File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7979 npx tsx ./scripts/postprocess.ts
8080
8181 - name : Cache dist
82- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
82+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
8383 with :
8484 path : packages/*/dist
8585 key : build-vue-i18n-os-${{ matrix.os }}-${{ github.sha }}
@@ -118,7 +118,7 @@ jobs:
118118 pnpm build:rolldown --withTypes
119119
120120 - name : Cache dist
121- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
121+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
122122 with :
123123 path : packages/*/dist
124124 key : build-rolldown-vue-i18n-os-${{ matrix.os }}-${{ github.sha }}
@@ -189,7 +189,7 @@ jobs:
189189 run : pnpm playwright-core install chromium
190190
191191 - name : Restore dist cache
192- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
192+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
193193 with :
194194 path : packages/*/dist
195195 key : build-vue-i18n-os-${{ matrix.os }}-${{ github.sha }}
@@ -234,7 +234,7 @@ jobs:
234234 run : pnpm playwright-core install chromium
235235
236236 - name : Restore dist cache
237- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
237+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
238238 with :
239239 path : packages/*/dist
240240 key : build-rolldown-vue-i18n-os-${{ matrix.os }}-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments