]> git.feebdaed.xyz Git - 0xmirror/civetweb.git/commitdiff
Bump actions/checkout from 4 to 5
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 16 Aug 2025 10:46:32 +0000 (10:46 +0000)
committerGitHub <noreply@github.com>
Sat, 16 Aug 2025 10:46:32 +0000 (10:46 +0000)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)

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

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

index d8e1cc6ca45097318348acc585746d247a669198..04773117b4729cd1177efef8f08e426af45eb5f4 100644 (file)
@@ -392,7 +392,7 @@ jobs:
 
     steps:
         - name: Checkout code
-          uses: actions/checkout@v4.1.7
+          uses: actions/checkout@v5
 
         - name: Export number of CPUs
           run: |
index d9f751b4b6a250d89cd7250bc376a207b9166010..22fad79d33aaaf3181cf3df648b327997c10fa8e 100644 (file)
@@ -45,7 +45,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v4
+      uses: actions/checkout@v5
       with:
         submodules: recursive