diff --git a/.github/setup/action.yml b/.github/setup/action.yml index 583daaf..8815acf 100644 --- a/.github/setup/action.yml +++ b/.github/setup/action.yml @@ -11,7 +11,7 @@ runs: id: yarn-cache-dir-path run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - name: Restore yarn cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}