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 cbdbd4b commit a1a4b04Copy full SHA for a1a4b04
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
20
21
- name: Set up JDK 17
22
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
23
with:
24
distribution: 'adopt'
25
java-version: 17
0 commit comments