From: Alexander Kriegisch Date: Mon, 7 Mar 2022 05:47:12 +0000 (+0700) Subject: Bump actions/checkout from 2 to 3 X-Git-Tag: V1_9_9~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=efdcca01d9afa6a3c5e99fdc956f46f81644041b;p=aspectj.git Bump actions/checkout from 2 to 3 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: Alexander Kriegisch --- diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4735a0b11..9160a83b1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v3