Skip to content

Commit dc8e583

Browse files
chore(deps): update actions/cache action to v5 (#541)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fa87cf2 commit dc8e583

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
@@ -51,7 +51,7 @@ jobs:
5151
run: pnpm build
5252

5353
- name: Cache dist
54-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
54+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5555
with:
5656
path: packages/*/lib
5757
key: build-intlify-bundle-tools-os-${{ matrix.os }}-${{ github.sha }}
@@ -87,7 +87,7 @@ jobs:
8787
run: pnpm install
8888

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

137137
- name: Restore dist cache
138-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
138+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
139139
with:
140140
path: packages/*/lib
141141
key: build-intlify-bundle-tools-os-${{ matrix.os }}-${{ github.sha }}

0 commit comments

Comments
 (0)