Skip to content

Commit 21172ff

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] <[email protected]>
1 parent 7bc126c commit 21172ff

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
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v2
3737

3838
- name: Set up JDK
39-
uses: actions/setup-java@v2
39+
uses: actions/setup-java@v3
4040
with:
4141
java-version: ${{ matrix.java }}
4242
distribution: ${{ matrix.jdk }}

0 commit comments

Comments
 (0)