Skip to content

Commit 5c49854

Browse files
chore(deps): update actions/setup-java action to v4
1 parent a30ca46 commit 5c49854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: Set up JDK 11
27-
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3
27+
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
2828
with:
2929
java-version: '11'
3030
distribution: 'temurin'

0 commit comments

Comments
 (0)