Skip to content

Commit f51f70c

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

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
@@ -71,7 +71,7 @@ jobs:
7171
run: pnpm build --all -t
7272

7373
- name: Cache dist
74-
uses: actions/cache@v3
74+
uses: actions/cache@v4
7575
with:
7676
path: packages/*/dist
7777
key: build-vue-i18n-next-os-${{ matrix.os }}-${{ github.sha }}
@@ -172,7 +172,7 @@ jobs:
172172
run: echo "PLAYWRIGHT_BROWSERS_PATH=$HOME\.cache\playwright-bin" >> $env:GITHUB_ENV
173173

174174
- name: Cache Playwright's binary
175-
uses: actions/cache@v3
175+
uses: actions/cache@v4
176176
with:
177177
# Playwright removes unused browsers automatically
178178
# So does not need to add playwright version to key
@@ -184,7 +184,7 @@ jobs:
184184
run: pnpm playwright install chromium
185185

186186
- name: Restore dist cache
187-
uses: actions/cache@v3
187+
uses: actions/cache@v4
188188
with:
189189
path: packages/*/dist
190190
key: build-vue-i18n-next-os-${{ matrix.os }}-${{ github.sha }}
@@ -230,7 +230,7 @@ jobs:
230230
run: pnpm install --no-frozen-lockfile
231231

232232
- name: Restore dist cache
233-
uses: actions/cache@v3
233+
uses: actions/cache@v4
234234
with:
235235
path: packages/*/dist
236236
key: build-vue-i18n-next-os-${{ matrix.os }}-${{ github.sha }}

0 commit comments

Comments
 (0)