Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit c5b181b

Browse files
dependabot[bot]slachiewicz
authored andcommitted
Bump actions/setup-java from 2.2.0 to 2.3.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90ca603 commit c5b181b

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
@@ -44,7 +44,7 @@ jobs:
4444
maven-${{ matrix.os }}-
4545
4646
- name: Set up JDK
47-
uses: actions/setup-java@v2.2.0
47+
uses: actions/setup-java@v2.3.0
4848
with:
4949
java-version: ${{ matrix.java }}
5050
distribution: 'temurin'

0 commit comments

Comments
 (0)