bind actions to major versions
This commit is contained in:
parent
4bd1a84a55
commit
6663f51d16
4
.github/workflows/static.yml
vendored
4
.github/workflows/static.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: actions/setup-node@v2.5.0
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache validator
|
- name: Cache validator
|
||||||
id: validator-cache
|
id: validator-cache
|
||||||
uses: actions/cache@v2.1.7
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: vnu-runtime-image
|
path: vnu-runtime-image
|
||||||
key: ${{ runner.os }}-validator-${{ env.VALIDATOR_VERSION }}
|
key: ${{ runner.os }}-validator-${{ env.VALIDATOR_VERSION }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user