Skip to content

Commit 29595e4

Browse files
committed
Fix setup-java action tag prefix
1 parent a6e5979 commit 29595e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: "Checkout repository"
3939
uses: "actions/checkout@v4"
4040
- name: "Install JDK"
41-
uses: "actions/setup-java@4"
41+
uses: "actions/setup-java@v4"
4242
with:
4343
distribution: "corretto"
4444
java-version: "${{ needs.set_variables.outputs.java_version }}"

0 commit comments

Comments
 (0)