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 9b4625d commit 0483af7Copy full SHA for 0483af7
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
run: echo "branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
41
42
- name: Set up JDK
43
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
44
with:
45
java-version: '17'
46
distribution: 'temurin'
0 commit comments