]> git.feebdaed.xyz Git - 0xmirror/civetweb.git/commitdiff
Bump actions/checkout from 2 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 15 Sep 2024 07:38:48 +0000 (07:38 +0000)
committerGitHub <noreply@github.com>
Sun, 15 Sep 2024 07:38:48 +0000 (07:38 +0000)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...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/codeql-analysis.yml
.github/workflows/codeql.yml

index 1268ef3897760277359ae587556f14e048be3af7..d1640226d17f551da094c588056e0b8f1bbaf2a9 100644 (file)
@@ -25,7 +25,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v4
       with:
         # We must fetch at least the immediate parents so that if this is
         # a pull request then we can checkout the head.
index 816492278ef0b136fb92744ee2cd56e30243be6f..ec64d43be86608b4ddf1c3ada8f720837310492c 100644 (file)
@@ -45,7 +45,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         submodules: recursive