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 0719c8c commit f4f2443Copy full SHA for f4f2443
.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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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