Bump actions/checkout from 3 to 4
authordependabot[bot] <redacted>
Sun, 1 Oct 2023 00:32:59 +0000 (00:32 +0000)
committerGitHub <redacted>
Sun, 1 Oct 2023 00:32:59 +0000 (00:32 +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] <redacted>
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.github/workflows/container.yml
.github/workflows/depsreview.yaml

index ce87e2d021ff1e5371b88fd21d7223454900e167..968e521f4c69098ddef6f89e653f5bd50c76309b 100644 (file)
@@ -32,7 +32,7 @@ jobs:
 
     steps:
       - name: Clone repository
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           persist-credentials: false
 
index b1f87b84adfe40ee77249c6b8d4a44b0d3661348..4e31d0c915200a98b19ae22e4ea83341885dfac8 100644 (file)
@@ -24,7 +24,7 @@ jobs:
 
     steps:
       - name: Clone repository
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           persist-credentials: false
 
index 67a6ad9822b40be8f9ae0176e23ae8bf426cce02..6b4faf1ddb039810d43664d376c1ecd408406778 100644 (file)
@@ -20,7 +20,7 @@ jobs:
       packages: write
     steps:
       - name: Clone repository
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           persist-credentials: false
 
index 777506406164c6a447600d5a16b077a0c3acbaec..840bb678319da2f4aec372f8d3a94bb8385db1c3 100644 (file)
@@ -9,7 +9,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Clone repository
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           persist-credentials: false
 
git clone https://git.99rst.org/PROJECT