CI: Consistently use actions/checkout@v2
v2 is the current version of the checkout action and faster than v1.
This commit is contained in:
parent
56be0e0146
commit
f42ddf73fc
2
.github/workflows/compliance.yml
vendored
2
.github/workflows/compliance.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
H2SPEC_VERSION: '2.6.0'
|
H2SPEC_VERSION: '2.6.0'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- name: Install h2spec
|
- name: Install h2spec
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://github.com/summerwind/h2spec/releases/download/v${H2SPEC_VERSION}/h2spec_linux_amd64.tar.gz -o h2spec.tar.gz
|
curl -fsSL https://github.com/summerwind/h2spec/releases/download/v${H2SPEC_VERSION}/h2spec_linux_amd64.tar.gz -o h2spec.tar.gz
|
||||||
|
2
.github/workflows/musl.yml
vendored
2
.github/workflows/musl.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@v2
|
||||||
- name: Install dependencies
|
- 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
|
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
|
- name: Install VTest
|
||||||
|
2
.github/workflows/openssl-nodeprecated.yml
vendored
2
.github/workflows/openssl-nodeprecated.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- name: Install VTest
|
- name: Install VTest
|
||||||
run: |
|
run: |
|
||||||
scripts/build-vtest.sh
|
scripts/build-vtest.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user