diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41381fcf..fe38807c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,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 }} @@ -87,7 +87,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 }}