]> source.dussan.org Git - archiva.git/commitdiff
Bump actions/checkout from 2 to 3 (#67)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 12 Apr 2022 10:25:50 +0000 (20:25 +1000)
committerGitHub <noreply@github.com>
Tue, 12 Apr 2022 10:25:50 +0000 (20:25 +1000)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/maven.yml

index e02f262276c99daf29885087e4e1ec760e7d5ba0..9371b8f7df844915fe8f821700f0df4db2779ee5 100644 (file)
@@ -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