Skip to content

Commit 5388374

Browse files
chore(deps): bump actions/cache from 4.1.2 to 4.2.3
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6849a64...5a3ec84) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d80737c commit 5388374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/design-system-component-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Use Node.js
2828
uses: ./.github/actions/setup-node
2929

30-
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2
30+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3
3131
with:
3232
path: ~/.cache/Cypress
3333
key: my-cache-${{ runner.os }}-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)