Skip to content

Commit de80988

Browse files
chore(deps): Bump actions/cache from 3.3.1 to 4.0.2 (#112)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@88522ab...0c45773) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1ec8d6 commit de80988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
1919
with:
2020
node-version: lts/*
21-
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
21+
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
2222
name: Load Yarn cache
2323
with:
2424
path: ${{ steps.yarn-cache.outputs.dir }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
2525
with:
2626
node-version: lts/*
27-
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
27+
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
2828
name: Load Yarn cache
2929
with:
3030
path: ${{ steps.yarn-cache.outputs.dir }}

0 commit comments

Comments
 (0)