commit | 3c7763b7ef1e10b00d93eb903aaf8ab4cce1ecc1 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Apr 01 12:22:43 2022 +0000 |
committer | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Sun Apr 10 00:58:12 2022 +0000 |
tree | d8c428ae7a213fbc56e1a525395da299ef1f40ca | |
parent | 61b747724f81819fbe08620f1e7b9d967e10661b [diff] |
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](https://github.com/actions/setup-java/compare/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] <support@github.com>
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5cfea56..7a571b1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml
@@ -50,7 +50,7 @@ maven-${{ matrix.os }}- - name: Set up JDK - uses: actions/setup-java@v2.5.0 + uses: actions/setup-java@v3.1.0 with: distribution: adopt java-version: ${{ matrix.java }}