We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7de3f05 + 8cc5ca7 commit ca5f565Copy full SHA for ca5f565
3 files changed
.github/workflows/build-java-17.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
persist-credentials: false
25
- name: Set up JDK 17
26
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
27
28
java-version: 17
29
distribution: corretto
.github/workflows/codeql-java-17.yml
@@ -65,7 +65,7 @@ jobs:
65
queries: security-and-quality
66
67
# Attempting compatibiltiy with Java 17
68
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
69
70
71
.github/workflows/release-maven-central-java-17.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
- name: Set up Java for publishing to Maven Central Repository
22
0 commit comments