Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: pnpm build

- name: Cache dist
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: packages/*/lib
key: build-intlify-bundle-tools-os-${{ matrix.os }}-${{ github.sha }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
run: pnpm install

- name: Restore dist cache
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: packages/*/lib
key: build-intlify-bundle-tools-os-${{ matrix.os }}-${{ github.sha }}
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
run: pnpm playwright-core install chromium

- name: Restore dist cache
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: packages/*/lib
key: build-intlify-bundle-tools-os-${{ matrix.os }}-${{ github.sha }}
Expand Down
Loading