]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
github: Update to checkout@v3
authorTom Hromatka <tom.hromatka@oracle.com>
Thu, 2 Feb 2023 15:12:09 +0000 (08:12 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 2 Feb 2023 15:12:09 +0000 (08:12 -0700)
Update the checkout action to v3.  This is to appease the
following warning:

Node.js 12 actions are deprecated. Please update the
following actions to use Node.js 16: actions/checkout@v2,
actions/setup-python@v2. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Reviewed-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
(cherry picked from commit 0d4660202c7357b394d59e078bc00705937e7f78)

.github/workflows/continuous-integration.yml

index 49edb651f9a0197777a2e36e0d19f6d3fa5cdc34..0aef750ff3cf258dae17e98eecd39af6f8977905 100644 (file)
@@ -15,7 +15,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: false
     - uses: github/codeql-action/init@v2
@@ -52,7 +52,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Check out source repository
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
       - name: Set up Python environment
         uses: actions/setup-python@v4
         with:
@@ -69,7 +69,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: false
     - uses: mattnotmitt/doxygen-action@v1
@@ -90,7 +90,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: false
     - name: Initialize the directory
@@ -128,7 +128,7 @@ jobs:
       run: |
         sudo apt-get update
         sudo apt-get install lxc lxd-installer
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: false
     - name: Initialize the directory
@@ -150,7 +150,7 @@ jobs:
       run: |
         sudo apt-get update
         sudo apt-get install lxc lxd-installer
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: false
     - name: Initialize the directory
@@ -207,7 +207,7 @@ jobs:
       run: |
         sudo apt-get update
         sudo apt-get install lxc lxd-installer
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: false
     - name: Initialize the directory
@@ -252,7 +252,7 @@ jobs:
     runs-on: cgroup-legacy
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: false
     - name: Initialize the directory
@@ -297,7 +297,7 @@ jobs:
     runs-on: cgroup-hybrid
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: false
     - name: Initialize the directory
@@ -342,7 +342,7 @@ jobs:
     runs-on: cgroup-unified
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         submodules: false
     - name: Initialize the directory