diff --git a/.github/workflows/yarn.yml b/.github/workflows/yarn.yml index 8a4571a..1713be3 100644 --- a/.github/workflows/yarn.yml +++ b/.github/workflows/yarn.yml @@ -22,7 +22,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v3 + - uses: actions/cache@v4 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 }}