Skip to content

Commit 7272656

Browse files
dependabot[bot]slachiewicz
authored andcommitted
Bump actions/setup-java from 2.5.0 to 3.1.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.5.0 to 3.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v2.5.0...v3.1.0) --- 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 8a7a644 commit 7272656

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
@@ -37,7 +37,7 @@ jobs:
3737

3838

3939
- name: Set up JDK
40-
uses: actions/setup-java@v2.5.0
40+
uses: actions/setup-java@v3.1.0
4141
with:
4242
distribution: ${{ matrix.jdk }}
4343
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)