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 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 }}
You can’t perform that action at this time.
0 commit comments