Skip to content

Commit 7721ed6

Browse files
dependabot[bot]kerner1000
authored andcommitted
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 c2e65c3 commit 7721ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
2828
steps:
2929
- uses: actions/checkout@v2
30-
- uses: actions/setup-java@v2
30+
- uses: actions/setup-java@v3
3131
with:
3232
java-version: ${{ env.JAVA_VERSION }}
3333
distribution: ${{ env.JAVA_DISTRIBUTION }}

0 commit comments

Comments
 (0)