Skip to content

Commit

Permalink
Merge pull request quarkusio#44522 from gastaldi/yq
Browse files Browse the repository at this point in the history
Use `dcarbone/install-yq-action@v1` instead of specific minor
  • Loading branch information
gsmet authored Nov 15, 2024
2 parents 8b44e2f + 9a7d478 commit ccd4f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Install yq
uses: dcarbone/install-yq-action@v1.0.1
uses: dcarbone/install-yq-action@v1

- name: Set up Java
uses: actions/setup-java@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Install yq
uses: dcarbone/install-yq-action@v1.0.1
uses: dcarbone/install-yq-action@v1

- name: Set up Java
uses: actions/setup-java@v4
Expand Down

0 comments on commit ccd4f3f

Please sign in to comment.