diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 13ba70d..97884f2 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -19,7 +19,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - name: Cache dependencies and build outputs - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2946168..260955f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - name: Cache dependencies and build outputs - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}