Skip to content

Commit c5eadbc

Browse files
Merge pull request #35 from opencastsoftware/renovate/actions-setup-java-4.x
Update actions/setup-java action to v4
2 parents 5ce635d + c8dcd37 commit c5eadbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
java-version: 11
3636

3737
- name: Setup Java JDK
38-
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3
38+
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
3939
with:
4040
distribution: jdkfile
4141
java-version: 11

.github/workflows/dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java-version: 11
2727

2828
- name: Setup Java JDK
29-
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
29+
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
3030
with:
3131
distribution: jdkfile
3232
java-version: 11

0 commit comments

Comments
 (0)