Skip to content

Commit 10e32d2

Browse files
authored
Merge pull request #153 from IBM/renovate/actions-setup-java-5.x
chore(deps): update actions/setup-java action to v5
2 parents 97861ca + 93deac6 commit 10e32d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
gpg --list-secret-keys --keyid-format LONG
2525
2626
- name: Set up Maven Central Repository
27-
uses: actions/setup-java@v4
27+
uses: actions/setup-java@v5
2828
with:
2929
java-version: 11
3030
distribution: zulu

0 commit comments

Comments
 (0)