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 }}