Skip to content

Commit 0c23f75

Browse files
dependabot[bot]slachiewicz
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] <support@github.com>
1 parent b606b1a commit 0c23f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- uses: actions/checkout@v2
35-
- uses: actions/setup-java@v2
35+
- uses: actions/setup-java@v3
3636
with:
3737
distribution: adopt
3838
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)