From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 06:28:23 +0000 (+1000) Subject: Bump actions/setup-java from 2.3.1 to 3.1.0 (#66) X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dcdd1f1d55fd66f5aa2f9ac4285919aee1cd39a5;p=archiva.git Bump actions/setup-java from 2.3.1 to 3.1.0 (#66) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.1 to 3.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2.3.1...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f7cccf536..e02f26227 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v2 - name: Set up JDK - uses: actions/setup-java@v2.3.1 + uses: actions/setup-java@v3.1.0 with: distribution: temurin java-version: ${{ matrix.java }}