Skip to content

Commit 0fafcbc

Browse files
Bump actions/setup-java from 2 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0dea65 commit 0fafcbc

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)