CI: Consistently use actions/checkout@v2
authorTim Duesterhus <tim@bastelstu.be>
Fri, 28 Jan 2022 17:45:37 +0000 (18:45 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 28 Feb 2022 10:53:56 +0000 (11:53 +0100)
v2 is the current version of the checkout action and faster than v1.

(cherry picked from commit f42ddf73fc8073070bb7a5d769c73d52722d2b17)
Signed-off-by: William Lallemand <wlallemand@haproxy.org>

.github/workflows/compliance.yml
.github/workflows/musl.yml
.github/workflows/openssl-nodeprecated.yml

index 0c48f52..148ea28 100644 (file)
@@ -21,7 +21,7 @@ jobs:
     env:
       H2SPEC_VERSION: '2.6.0'
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v2
     - name: Install h2spec
       run: |
         curl -fsSL https://github.com/summerwind/h2spec/releases/download/v${H2SPEC_VERSION}/h2spec_linux_amd64.tar.gz -o h2spec.tar.gz
index c106b1d..aba3f4e 100644 (file)
@@ -13,7 +13,7 @@ jobs:
       container:
         image: alpine:latest
       steps:
-      - uses: actions/checkout@master
+      - uses: actions/checkout@v2
       - name: Install dependencies
         run: apk add gcc make tar git python3 libc-dev linux-headers pcre-dev pcre2-dev openssl-dev lua5.3-dev grep socat curl
       - name: Install VTest
index e62dbf0..e423f58 100644 (file)
@@ -21,7 +21,7 @@ jobs:
   test:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v2
     - name: Install VTest
       run: |
         scripts/build-vtest.sh