Skip to content

Commit 262e750

Browse files
chore(deps): update actions/cache action to v4.3.0 (#2288)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f126fb commit 262e750

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)