From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 05:00:53 +0000 (+0800) Subject: chore(deps): update actions/cache action to v4 (#10306) X-Git-Tag: v3.4.19~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a02b7b1665427bac2fc35021450dff65860bf3df;p=thirdparty%2Fvuejs%2Fcore.git chore(deps): update actions/cache action to v4 (#10306) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e458fbd57f..b80b142a3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup cache for Chromium binary - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/puppeteer key: chromium-${{ hashFiles('pnpm-lock.yaml') }}