diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ae9ab9b..44e923a 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -29,7 +29,7 @@ jobs: run: | echo "::set-output name=dir::$(npm config get cache)" - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 id: cache with: path: ${{ steps.npm-cache.outputs.dir }} diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 3a8de4c..4e4036f 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -43,7 +43,7 @@ jobs: # getting and storing cache takes about 1:20 min each on windows - if: ${{ matrix.os != 'windows-latest' && ( matrix.os == 'ubuntu-latest' || matrix.node == 14 ) }} - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 id: cache with: path: ${{ steps.npm-cache.outputs.dir }}