diff --git a/.github/workflows/Develop.yml b/.github/workflows/Develop.yml index 08dbeb1..3f18f9e 100644 --- a/.github/workflows/Develop.yml +++ b/.github/workflows/Develop.yml @@ -27,7 +27,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Cache node_modules 📦 - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.2.2 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/Main.yml b/.github/workflows/Main.yml index 9c32974..085b300 100644 --- a/.github/workflows/Main.yml +++ b/.github/workflows/Main.yml @@ -27,7 +27,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Cache node_modules 📦 - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.2.2 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 }}