Skip to content

Commit f4f2443

Browse files
chore(deps): update actions/cache action to v5
1 parent 0719c8c commit f4f2443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
82+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
8383
with:
8484
path: packages/*/dist
8585
key: build-vue-i18n-os-${{ matrix.os }}-${{ github.sha }}
@@ -150,7 +150,7 @@ jobs:
150150
run: pnpm playwright-core install chromium
151151

152152
- name: Restore dist cache
153-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
153+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
154154
with:
155155
path: packages/*/dist
156156
key: build-vue-i18n-os-${{ matrix.os }}-${{ github.sha }}

0 commit comments

Comments
 (0)