Skip to content

Commit 3536426

Browse files
Update actions/setup-java action to v5
1 parent 1d161f4 commit 3536426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ jobs:
388388
- if: steps.node-cache.outputs.cache-hit != 'true'
389389
run: exit 1
390390

391-
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4
391+
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
392392
with:
393393
distribution: ${{ env.java_distribution }}
394394
java-version: ${{ env.java_version }}

0 commit comments

Comments
 (0)