Skip to content

Commit

Permalink
Merge pull request quarkusio#45486 from gastaldi/yq
Browse files Browse the repository at this point in the history
Remove `yq` installation step from GitHub Actions workflows
  • Loading branch information
geoand authored Jan 10, 2025
2 parents 62bdeaa + d0101d0 commit 5512931
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
runs-on: ubuntu-latest

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

- name: Set up Java
uses: actions/setup-java@v4
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
runs-on: ubuntu-latest

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

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

0 comments on commit 5512931

Please sign in to comment.