diff --git a/.github/workflows/browserslist-stats-cron.yml b/.github/workflows/browserslist-stats-cron.yml index 109cee4b..abc9f57d 100644 --- a/.github/workflows/browserslist-stats-cron.yml +++ b/.github/workflows/browserslist-stats-cron.yml @@ -19,7 +19,7 @@ jobs: - name: Get yarn cache directory path 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 with: path: |