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.
2 parents 02260ac + a0b1546 commit 1308450Copy full SHA for 1308450
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}
47
48
- name: Setup Java
49
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
50
with:
51
distribution: "temurin"
52
java-version: ${{ env.JDK }}
.github/workflows/tests.yml
@@ -50,7 +50,7 @@ jobs:
# mysql -u${{ env.DB_USER }} -p${{ env.DB_PASSWORD }} < test-harness/tests/resources/coolblog.sql
53
54
55
56
java-version: "21"
0 commit comments