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 9a2f1a0 commit 86ec47dCopy full SHA for 86ec47d
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
args: 'A new release ( ${{ env.TAG }} ) is being built.'
21
- name: Set up JDK 17
22
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v3
23
24
java-version: 17
25
# TODO make the changelog actually be built
0 commit comments