]> git.proxmox.com Git - mirror_lxc.git/commitdiff
build(deps): bump actions/checkout from 2 to 3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 12 Sep 2022 13:31:52 +0000 (13:31 +0000)
committerGitHub <noreply@github.com>
Mon, 12 Sep 2022 13:31:52 +0000 (13:31 +0000)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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...v3)

---
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/coverity.yml
.github/workflows/sanitizers.yml
.github/workflows/static-analysis.yml

index 52d7cac724a5170105aea5a5c51319265e324d2a..ae002c140452ca152c93cc95810d85c535c2a0db 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
       - name: Checkout code
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Download Coverity Build Tool
         run: |
index ce50dfaecb04bcd9ced9a32727bda7268c052f06..748db8b488b767ace384cebfd8ff0b6f110890e9 100644 (file)
@@ -16,7 +16,7 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
       - name: Checkout code
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Install dependencies
         run: |
index 4c107c00b115294f6254999fb6a24fd08defd687..72434235fea51147293799765ed3fdf8993de997 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
       - name: Checkout code
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Install dependencies
         run: |