bind actions to major versions

This commit is contained in:
Daniel Micay 2021-11-29 23:14:02 -05:00
parent 4bd1a84a55
commit 6663f51d16

View File

@ -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 }}