diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b74199f..2154fa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: run: | echo "::set-output name=dir::$(npm config get cache)" - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v3.2.2 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }} @@ -58,7 +58,7 @@ jobs: run: | echo "::set-output name=dir::$(npm config get cache)" - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v3.2.2 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }} @@ -102,7 +102,7 @@ jobs: run: | echo "::set-output name=dir::$(npm config get cache)" - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v3.2.2 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }}