Skip to content

Commit 2ad5095

Browse files
author
Gabriele Barcella
committed
fix: yq change
1 parent 5858159 commit 2ad5095

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bump-version.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- id: setup-libraries
2424
name: Install libraries
2525
run: |
26-
sudo add-apt-repository ppa:rmescandon/yq -y
27-
sudo apt update
28-
sudo apt install yq -y
26+
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq
27+
chmod +x /usr/local/bin/yq
28+
yq --version
2929
3030
- id: read-openapi-version
3131
name: Read OpenAPI Version

0 commit comments

Comments
 (0)