Skip to content

Commit

Permalink
fix: yq version
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed May 6, 2024
1 parent 6ed9b0f commit 20ad547
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
uses: actions/setup-go@v5

- name: Install YQ
uses: dcarbone/install-yq-action@latest
uses: dcarbone/install-yq-action@v1.1.1
with:
version: 'v.4.43.1'

- name: Install deps
run: |
Expand Down

0 comments on commit 20ad547

Please sign in to comment.