diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efccc90e2..18c34cdf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Manage yarn, webpack and assets cache - uses: actions/cache@v4 + uses: actions/cache@v5 # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) id: yarn-cache with: