Skip to content

Commit 82edf48

Browse files
chore(deps): update actions/setup-java action to v4
1 parent 4b98c03 commit 82edf48

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@8df1039502a15bceb9433410b1a100fbe190c53b # v4
2828
with:
2929
java-version: '11'
3030
distribution: 'temurin'

0 commit comments

Comments
 (0)