diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index bc7f0360..b2106cd1 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -23,7 +23,7 @@ jobs: - name: Cache validator id: validator-cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: vnu-runtime-image key: ${{ runner.os }}-validator-${{ env.VALIDATOR_VERSION }}