We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9da91 commit e61cdceCopy full SHA for e61cdce
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: actions/checkout@v5
47
48
- name: Setup Java
49
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
50
with:
51
java-version: 24
52
check-latest: true
.github/workflows/codeql-analysis.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
- name: Setup java
30
31
32
33
0 commit comments