]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
build(deps): bump actions/checkout from 3 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 2 Jan 2024 22:32:31 +0000 (22:32 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 3 Jan 2024 13:28:25 +0000 (14:28 +0100)
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>
Closes #12624

.github/workflows/codespell.yml
.github/workflows/man-examples.yml
.github/workflows/synopsis.yml

index f3cc4cd7280c5f51325acd7e6a1717e54ae3db6a..2b095dae75a708da7d6de842d4d1117156dab80e 100644 (file)
@@ -25,7 +25,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       - name: install
         run: |
index 640e3716cc236a3e577f94ffd03af29f5a913dd0..249ebfe2f9d7af460075251709256ac64f71e249 100644 (file)
@@ -26,7 +26,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       - name: verify examples
         run: ./.github/scripts/verify-examples.pl docs/libcurl/curl*.3 docs/libcurl/opts/*.3
index 98bdd476a19367da7cb687cc9f5201cdfd0cee07..0938f4bfc98c9e80da1083996f97bb8ba42174a5 100644 (file)
@@ -22,7 +22,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       - name: verify-synopsis
         run: ./.github/scripts/verify-synopsis.pl docs/libcurl/curl*.3