diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2896bc8..c56f197 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.8 + - uses: actions/cache@v3.0.9 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.8 + - uses: actions/cache@v3.0.9 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.8 + - uses: actions/cache@v3.0.9 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }}