Skip to content

Commit 213c76b

Browse files
Update actions/setup-java action to v5 (#394)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d91cfd2 commit 213c76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ffmpeg-version: '7.0.2'
3131

3232
- name: Setup Java
33-
uses: actions/setup-java@v4
33+
uses: actions/setup-java@v5
3434
with:
3535
distribution: temurin
3636
java-version: 24

0 commit comments

Comments
 (0)