Skip to content

Commit 848924f

Browse files
authored
Merge pull request #7 from cicirello/dependabot/github_actions/actions/setup-java-3
Bump actions/setup-java from 2 to 3
2 parents c0dea65 + 0fafcbc commit 848924f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
2121

2222
- name: Set up JDK 11 for deploy to OSSRH
23-
uses: actions/setup-java@v2
23+
uses: actions/setup-java@v3
2424
with:
2525
distribution: 'adopt'
2626
java-version: '11'
@@ -44,7 +44,7 @@ jobs:
4444
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
4545

4646
- name: Set up JDK 11 for deploy to github packages
47-
uses: actions/setup-java@v2
47+
uses: actions/setup-java@v3
4848
with:
4949
distribution: 'adopt'
5050
java-version: '11'

0 commit comments

Comments
 (0)