]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[ci] Update to actions/checkout@v3 to silence GitHub warnings
authorMichael Brown <mcb30@ipxe.org>
Fri, 3 Feb 2023 00:50:16 +0000 (00:50 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 3 Feb 2023 00:50:16 +0000 (00:50 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
.github/workflows/build.yml
.github/workflows/coverity.yml

index 6dc577ef1a5728c3661acf2d32244059c0d7cbb6..f8ba4e192505d7ebda9ac4446dde07537646f3dd 100644 (file)
@@ -9,7 +9,7 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
       - name: Check out code
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           fetch-depth: 0
       - name: Install packages
@@ -35,7 +35,7 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
       - name: Check out code
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           fetch-depth: 0
       - name: Install packages
@@ -55,7 +55,7 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
       - name: Check out code
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           fetch-depth: 0
       - name: Install packages
index 20634be42ab1a96e73aabf1bf5bc10221e7c6cef..d27eae11e60f5225f84862b07d1f2de4646c7098 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
       - name: Check out code
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
       - name: Download Coverity Scan
         run: |
           curl --form token=${{ secrets.COVERITY_SCAN_TOKEN }} \