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 770026e commit f39dfb1Copy full SHA for f39dfb1
.github/workflows/dev.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v4
23
24
- name: Set up JDK
25
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
26
with:
27
distribution: 'temurin'
28
java-version: ${{ env.JAVA_VERSION }}
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
0 commit comments