]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci: upgrade to actions/checkout@v3
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sat, 22 Oct 2022 02:19:59 +0000 (02:19 +0000)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Fri, 11 Nov 2022 14:43:35 +0000 (15:43 +0100)
It resolves the following warning:
Please update the following actions to use Node.js 16: actions/checkout

.github/workflows/container.yml
.github/workflows/integration.yml
.github/workflows/lint.yml
.github/workflows/pr.yml

index 85390b77f5ce884c0db655f2e3973d4d4b70b33e..9fa641282a4577c05f5f46bc290f77e57ed1f31d 100644 (file)
@@ -35,7 +35,7 @@ jobs:
                     - { dockerfile: 'Dockerfile-Gentoo',            tag: 'gentoo:latest' }
         steps:
             -   name: Check out the repo
-                uses: actions/checkout@v2
+                uses: actions/checkout@v3
             -   name: Set up Docker Buildx
                 uses: docker/setup-buildx-action@v1
             -   name: Login to GitHub Container Registry
index 28f7b023f84efa0d5b78887d8452d33443a60b8e..1d37ba6c3a6a6511d5ba865787a3d5dacae4c038 100644 (file)
@@ -28,7 +28,7 @@ jobs:
             options: "--privileged -v /dev:/dev"
         steps:
             -   name: "Checkout Repository"
-                uses: actions/checkout@v2
+                uses: actions/checkout@v3
                 with:
                     fetch-depth: 0
 
@@ -73,7 +73,7 @@ jobs:
             options: "--privileged -v /dev:/dev"
         steps:
             -   name: "Checkout Repository"
-                uses: actions/checkout@v2
+                uses: actions/checkout@v3
                 with:
                     fetch-depth: 0
 
index 7b1b8ee74b2af1888221a432246ac5e96a700264..6e14996d1f6bd516c34a88a911d183bb7fe209f7 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
       - name: install tools
         run: sudo apt-get install astyle
@@ -26,7 +26,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
       - name: shfmt
         uses: luizm/action-sh-checker@v0.2.2
index ee46168e86629443d478448fe5470a21b4c76bcb..60ca1db75a1785988ab8e085d356636773c3f725 100644 (file)
@@ -9,7 +9,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Check-out the repo under $GITHUB_WORKSPACE
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
     - name: Run Commisery
       uses: dracutdevs/commisery-action@master