Skip to content

Commit 6227376

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/install-dependencies/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
1717
shell: bash
1818
- name: Setup pnpm cache
19-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
19+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2020
with:
2121
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
2222
path: ${{ env.PNPM_STORE_PATH }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: ./.github/actions/install-dependencies
2929

3030
- name: Cache ESLint
31-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
31+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3232
with:
3333
key: eslint-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml', 'eslint.config.*') }}-${{ github.run_id }}
3434
path: .eslintcache

0 commit comments

Comments
 (0)