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 }}
@@ -116,7 +116,7 @@ jobs:
116116 pnpm build:rolldown --withTypes
117117
118118 - name : Cache dist
119- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
119+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
120120 with :
121121 path : packages/*/dist
122122 key : build-rolldown-vue-i18n-os-${{ matrix.os }}-${{ github.sha }}
@@ -187,7 +187,7 @@ jobs:
187187 run : pnpm playwright-core install chromium
188188
189189 - name : Restore dist cache
190- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
190+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
191191 with :
192192 path : packages/*/dist
193193 key : build-vue-i18n-os-${{ matrix.os }}-${{ github.sha }}
@@ -232,7 +232,7 @@ jobs:
232232 run : pnpm playwright-core install chromium
233233
234234 - name : Restore dist cache
235- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
235+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
236236 with :
237237 path : packages/*/dist
238238 key : build-rolldown-vue-i18n-os-${{ matrix.os }}-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments