We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 629e7fc + 620bbb0 commit 3e1a8feCopy full SHA for 3e1a8fe
.github/workflows/codeql.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: actions/checkout@v4
37
38
- name: Set up JDK 21
39
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
40
with:
41
java-version: '21'
42
distribution: 'temurin'
.github/workflows/gradle.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
19
20
21
22
23
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0
26
27
28
29
30
31
0 commit comments