Skip to content

Commit cd3a605

Browse files
chore(deps): update actions/cache action to v5
1 parent a415479 commit cd3a605

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: pnpm build
5151

5252
- name: Cache dist
53-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
53+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5454
with:
5555
path: packages/*/lib
5656
key: build-intlify-bundle-tools-os-${{ matrix.os }}-${{ github.sha }}
@@ -85,7 +85,7 @@ jobs:
8585
run: pnpm install
8686

8787
- name: Restore dist cache
88-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
88+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8989
with:
9090
path: packages/*/lib
9191
key: build-intlify-bundle-tools-os-${{ matrix.os }}-${{ github.sha }}
@@ -128,7 +128,7 @@ jobs:
128128
run: pnpm playwright-core install chromium
129129

130130
- name: Restore dist cache
131-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
131+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
132132
with:
133133
path: packages/*/lib
134134
key: build-intlify-bundle-tools-os-${{ matrix.os }}-${{ github.sha }}

0 commit comments

Comments
 (0)