]> git.openstreetmap.org Git - dns.git/commitdiff
Bump actions/checkout from 3 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 5 Sep 2023 01:20:53 +0000 (01:20 +0000)
committerGitHub <noreply@github.com>
Tue, 5 Sep 2023 01:20:53 +0000 (01:20 +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/check.yml

index 34cbb7fc75b693ec2f1628fbb05ae5d931bf65c6..cf4d39f10ab7d57d152e557dd369fc288c6e4db0 100644 (file)
@@ -14,7 +14,7 @@ jobs:
 
     steps:
     - name: Checkout
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
 
     - name: Install dependencies
       run: |