Skip to content

Commit e8dca82

Browse files
chore(deps): bump actions/cache from 5.0.0 to 5.0.1 (#20236)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@a783357...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2179fdb commit e8dca82

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ jobs:
2424
- run: yarn --frozen-lockfile
2525

2626
- name: Cache prettier result
27-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
27+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2828
with:
2929
path: ./node_modules/.cache/prettier/.prettier-cache
3030
key: lint-prettier-${{ runner.os }}-node-${{ hashFiles('**/yarn.lock', '**/.prettierrc.js') }}
3131
restore-keys: lint-prettier-
3232

3333
- name: Cache eslint result
34-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
34+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3535
with:
3636
path: .eslintcache
3737
key: lint-eslint-${{ runner.os }}-node-${{ hashFiles('**/yarn.lock', '**/eslint.config.mjs') }}
3838
restore-keys: lint-eslint-
3939

4040
- name: Cache cspell result
41-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
41+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4242
with:
4343
path: .cspellcache
4444
key: lint-cspell-${{ runner.os }}-node-${{ hashFiles('**/yarn.lock', '**/cspell.json') }}
@@ -105,7 +105,7 @@ jobs:
105105
- run: yarn link webpack --frozen-lockfile
106106

107107
- name: Cache jest result
108-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
108+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
109109
with:
110110
path: .jest-cache
111111
key: jest-unit-${{ env.GITHUB_SHA }}
@@ -202,7 +202,7 @@ jobs:
202202
- run: yarn link webpack --frozen-lockfile
203203

204204
- name: Cache jest result
205-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
205+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
206206
with:
207207
path: .jest-cache
208208
key: jest-integration-${{ env.GITHUB_SHA }}

0 commit comments

Comments
 (0)