]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
build(deps): bump actions/checkout from 3 to 4 4345/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 4 Sep 2023 13:53:54 +0000 (13:53 +0000)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2023 13:53:54 +0000 (13:53 +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/build.yml
.github/workflows/coverity.yml
.github/workflows/sanitizers.yml
.github/workflows/static-analysis.yml

index 8c072a25be2030a617232a76f650523831346f01..92d6f01c3d830e6d7be1499fc28b6bc04e6ce3c3 100644 (file)
@@ -18,7 +18,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     steps:
       - name: Checkout code
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           fetch-depth: 0
 
index 9640cb4813d68a4962375eccc27a9df2f08a49ec..f65ebf862f695a547e20841bc21f2e8dd22b9058 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
       - name: Checkout code
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       - name: Download Coverity Build Tool
         run: |
index 9f3f6dd38f26860a7dfe1ae5caedc21a73a13785..1e607f2d9f84979fb8a4f272a6be7aa0de007f6f 100644 (file)
@@ -16,7 +16,7 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
       - name: Checkout code
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       - name: Install dependencies
         run: |
index 72434235fea51147293799765ed3fdf8993de997..773ae0c2aaec39b0d002dc9657d294ea914ce67c 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
       - name: Checkout code
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       - name: Install dependencies
         run: |