Skip to content

Commit

Permalink
Fix setup-java action tag prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan971 committed Jan 11, 2025
1 parent a6e5979 commit 29595e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: "Checkout repository"
uses: "actions/checkout@v4"
- name: "Install JDK"
uses: "actions/setup-java@4"
uses: "actions/setup-java@v4"
with:
distribution: "corretto"
java-version: "${{ needs.set_variables.outputs.java_version }}"
Expand Down

0 comments on commit 29595e4

Please sign in to comment.