diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e7db2360..ed5c62a78 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: packages/*/dist key: build-vue-i18n-os-${{ matrix.os }}-${{ github.sha }} @@ -118,7 +118,7 @@ jobs: pnpm build:rolldown --withTypes - name: Cache dist - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: packages/*/dist key: build-rolldown-vue-i18n-os-${{ matrix.os }}-${{ github.sha }} @@ -189,7 +189,7 @@ jobs: run: pnpm playwright-core install chromium - name: Restore dist cache - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: packages/*/dist key: build-vue-i18n-os-${{ matrix.os }}-${{ github.sha }} @@ -234,7 +234,7 @@ jobs: run: pnpm playwright-core install chromium - name: Restore dist cache - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: packages/*/dist key: build-rolldown-vue-i18n-os-${{ matrix.os }}-${{ github.sha }}