Skip to content

Commit 86ec47d

Browse files
Update actions/setup-java action to v3 (#184)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 9a2f1a0 commit 86ec47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
args: 'A new release ( ${{ env.TAG }} ) is being built.'
2121
- name: Set up JDK 17
22-
uses: actions/setup-java@v1
22+
uses: actions/setup-java@v3
2323
with:
2424
java-version: 17
2525
# TODO make the changelog actually be built

0 commit comments

Comments
 (0)