Skip to content

Commit

Permalink
fix: new yq version
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Nov 7, 2023
1 parent 357b04a commit bec7963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-binaries/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ runs:
shell: bash
id: yq
env:
VERSION: v4.25.2
VERSION: v4.35.2
BINARY: yq_linux_amd64
run: |
wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY}.tar.gz -O - | tar xz && sudo mv ${BINARY} /usr/bin/yq
Expand Down

0 comments on commit bec7963

Please sign in to comment.