From 6e443aebf27ad8b07c811363ab702a20ed8f178b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 14:45:05 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9b884621..0d2e141be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: npx tsx ./scripts/postprocess.ts - name: Cache dist - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: packages/*/dist key: build-vue-i18n-os-${{ matrix.os }}-${{ github.sha }} @@ -152,7 +152,7 @@ jobs: run: pnpm playwright-core install chromium - name: Restore dist cache - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: packages/*/dist key: build-vue-i18n-os-${{ matrix.os }}-${{ github.sha }}