Skip to content

Commit

Permalink
Merge pull request #291 from quarkiverse/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-java-4

Bump actions/setup-java from 1 to 4
  • Loading branch information
janpk authored May 31, 2024
2 parents eacd521 + 3177380 commit 2d6695d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quarkus-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: sudo add-apt-repository ppa:rmescandon/yq && sudo apt update && sudo apt install yq -y

- name: Set up Java
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: ${{ env.JAVA_VERSION }}

Expand Down

0 comments on commit 2d6695d

Please sign in to comment.