]> source.dussan.org Git - archiva.git/commitdiff
Bump actions/checkout from 3 to 4 dependabot/github_actions/master/actions/checkout-4 154/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 4 Sep 2023 22:48:02 +0000 (22:48 +0000)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2023 22:48:02 +0000 (22:48 +0000)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/maven.yml

index bc6475d8d4de2feb2006e0b427e9b5421bea2492..27b9354f437ab6ea61b6bad846ab769f9100676e 100644 (file)
@@ -35,7 +35,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       - name: Set up JDK
         uses: actions/setup-java@v3.4.1