diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef00c095..4dead313 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,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@v3 + uses: actions/cache@v4 # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) id: yarn-cache with: