]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: Consistently use actions/checkout@v2
authorTim Duesterhus <tim@bastelstu.be>
Fri, 28 Jan 2022 17:45:37 +0000 (18:45 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 29 Jan 2022 14:24:06 +0000 (15:24 +0100)
v2 is the current version of the checkout action and faster than v1.

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

index 3ce71780599ce75a8437a9c850f4fdf39788aa66..75f3cdab00f99e5d366e34419ff6e972d8bd5b09 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 c106b1d05096e5e9ef1f0d1c9f150d5fa52d7fc3..aba3f4e14904c6e575c4e35cbb1f496cbad4deb2 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 e62dbf0d88d43cfcb7effec3e6cb38a2fdc085a4..e423f58dd914a26045326d1ecc72f111a7907453 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