We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d641b2e commit 82cb78aCopy full SHA for 82cb78a
1 file changed
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
npx tsx ./scripts/postprocess.ts
80
81
- name: Cache dist
82
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
83
with:
84
path: packages/*/dist
85
key: build-vue-i18n-os-${{ matrix.os }}-${{ github.sha }}
@@ -150,7 +150,7 @@ jobs:
150
run: pnpm playwright-core install chromium
151
152
- name: Restore dist cache
153
154
155
156
0 commit comments