Skip to content

Commit b789313

Browse files
chore(deps): update actions/setup-java action to v5 (#174)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6b7fa1d commit b789313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
GPG_SIGNING_KEY_PASSWORD: ${{ secrets.GPG_SIGNING_KEY_PASSWORD }}
6464

6565
- name: Set up JDK 17
66-
uses: actions/setup-java@v3
66+
uses: actions/setup-java@v5
6767
with:
6868
java-version: 17
6969
distribution: 'zulu'

0 commit comments

Comments
 (0)