Skip to content

Commit 3fbd79f

Browse files
chore(deps): update actions/cache action to v4.3.0 (#515)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 79e17a7 commit 3fbd79f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
53+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
88+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
131+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
132132
with:
133133
path: packages/*/lib
134134
key: build-intlify-bundle-tools-os-${{ matrix.os }}-${{ github.sha }}

0 commit comments

Comments
 (0)