diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a5f98a..2585f05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Cache node_modules 📦 - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.2.4 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 31d4751..acf611d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -20,7 +20,7 @@ jobs: node-version: '16' - name: Cache dependencies - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.2.4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}