From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 10:25:50 +0000 (+1000) Subject: Bump actions/checkout from 2 to 3 (#67) X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=696acb235afd01f790435fb906a79aeffa91dcbc;p=archiva.git Bump actions/checkout from 2 to 3 (#67) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout 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 e02f26227..9371b8f7d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up JDK uses: actions/setup-java@v3.1.0