]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
RFE: Bump actions/checkout from 3 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 4 Sep 2023 22:35:16 +0000 (22:35 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 13 Oct 2023 20:35:30 +0000 (14:35 -0600)
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>
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
.github/workflows/codeql-analysis.yml
.github/workflows/continuous-integration.yml

index e13a922fec224dd1234ad2f7ef133be74c48f90e..1b099db380628ea2200a7122d1c0d50d3457092d 100644 (file)
@@ -16,7 +16,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         submodules: false
     - uses: github/codeql-action/init@v2
index 6eb0222d37c16cbb722546ea39ac97fe3405074f..6a70adefad38c38e0c230a601ce6afa001a3b10c 100644 (file)
@@ -22,7 +22,7 @@ jobs:
       pull-requests: write
 
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           fetch-depth: 0
       - name: Differential ShellCheck
@@ -36,7 +36,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Check out source repository
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
       - name: Set up Python environment
         uses: actions/setup-python@v4
         with:
@@ -58,7 +58,7 @@ jobs:
     steps:
       - name: 'Calculate PR commits + 1'
         run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> $GITHUB_ENV
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           ref: ${{ github.event.pull_request.head.sha }}
           fetch-depth: ${{ env.PR_FETCH_DEPTH }}
@@ -74,7 +74,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         submodules: false
     - uses: mattnotmitt/doxygen-action@v1
@@ -95,7 +95,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         submodules: false
     - name: Initialize the directory
@@ -133,7 +133,7 @@ jobs:
       run: |
         sudo apt-get update
         sudo apt-get install lxc lxd-installer
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         submodules: false
     - name: Initialize the directory
@@ -153,7 +153,7 @@ jobs:
     - name: Install dependencies
       run: |
         sudo apt-get update
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         submodules: false
     - name: Initialize the directory
@@ -179,7 +179,7 @@ jobs:
     - name: Update the system
       run: |
         sudo apt-get update
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         submodules: false
     - name: Install dependencies
@@ -251,7 +251,7 @@ jobs:
       run: |
         sudo apt-get update
         sudo apt-get install lxc lxd-installer
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         submodules: false
     - name: Initialize the directory
@@ -308,7 +308,7 @@ jobs:
       run: |
         sudo apt-get update
         sudo apt-get install lxc lxd-installer
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         submodules: false
     - name: Initialize the directory
@@ -352,7 +352,7 @@ jobs:
     runs-on: cgroup-legacy
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         submodules: false
     - name: Initialize the directory
@@ -396,7 +396,7 @@ jobs:
     runs-on: cgroup-hybrid
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         submodules: false
     - name: Initialize the directory
@@ -440,7 +440,7 @@ jobs:
     runs-on: cgroup-unified
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         submodules: false
     - name: Initialize the directory