CI: Consistently use actions/checkout@v2

v2 is the current version of the checkout action and faster than v1.
This commit is contained in:
Tim Duesterhus 2022-01-28 18:45:37 +01:00 committed by Willy Tarreau
parent 56be0e0146
commit f42ddf73fc
3 changed files with 3 additions and 3 deletions

View 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

View 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

View 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