]> source.dussan.org Git - aspectj.git/commitdiff
Bump actions/checkout from 2 to 3
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Mon, 7 Mar 2022 05:47:12 +0000 (12:47 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Mon, 7 Mar 2022 06:27:19 +0000 (13:27 +0700)
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 <Alexander@Kriegisch.name>
.github/workflows/maven.yml

index 4735a0b11d3684d70234eb131fe0fec752600bca..9160a83b198cd175d54efacfdd8af5adee24429e 100644 (file)
@@ -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