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.
1 parent 3f195c2 commit 00f2e67Copy full SHA for 00f2e67
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v5
12
- name: Set up JDK
13
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
14
with:
15
java-version: 21
16
distribution: 'temurin'
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v5
25
26
27
28
29
30
.github/workflows/infer.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
0 commit comments