diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-11-29 23:14:02 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-11-29 23:14:34 -0500 |
| commit | 6663f51d16fe0bf01b93e67223ecf637dbcabbd8 (patch) | |
| tree | 0618f8d7cf23c4711faa95986f9e85e4f22adeb5 /.github/workflows/static.yml | |
| parent | 4bd1a84a5546fa43f00b04d9712a30d16675bd59 (diff) | |
bind actions to major versions
Diffstat (limited to '.github/workflows/static.yml')
| -rw-r--r-- | .github/workflows/static.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 43e0f90f..5b4e0a7b 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -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 }} |
