diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2d846cb..f566745 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - name: Yarn Cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.5 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/refresh-registry.yml b/.github/workflows/refresh-registry.yml index b669b9a..49b3a8d 100644 --- a/.github/workflows/refresh-registry.yml +++ b/.github/workflows/refresh-registry.yml @@ -20,7 +20,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Yarn Cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.5 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}