Skip to content

Commit 81428f7

Browse files
Bump actions/setup-java from 1 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v1...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 406d8a5 commit 81428f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
with:
1414
submodules: true
15-
- uses: actions/setup-java@v1
15+
- uses: actions/setup-java@v3
1616
with:
1717
java-version: ${{ matrix.version }}
1818
- run: mvn test -B

0 commit comments

Comments
 (0)