Skip to content

Commit e81e53d

Browse files
authored
Merge pull request #427 from JohT/renovate/actions-setup-java-5.x
Update actions/setup-java action to v5
2 parents 3f54c3b + 73b77a3 commit e81e53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/public-analyze-code-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
persist-credentials: false
103103

104104
- name: (Java Setup) Java Development Kit (JDK) ${{ matrix.java }}
105-
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
105+
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
106106
with:
107107
distribution: "temurin"
108108
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)