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
|
||||
with:
|
||||
submodules: true
|
||||
- uses: actions/setup-node@v2.5.0
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
cache: 'npm'
|
||||
- uses: actions/setup-python@v2
|
||||
@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
- name: Cache validator
|
||||
id: validator-cache
|
||||
uses: actions/cache@v2.1.7
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: vnu-runtime-image
|
||||
key: ${{ runner.os }}-validator-${{ env.VALIDATOR_VERSION }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user