Skip to content

Commit 6a933da

Browse files
build(deps): bump actions/cache from 3.0.1 to 3.0.4 (#2053)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@136d96b...c3f1317) --- updated-dependencies: - dependency-name: actions/cache 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 fb02d6d commit 6a933da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/action-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: echo "::set-output name=dir::$(yarn cache dir)"
7676

7777
- name: Cache yarn
78-
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0
78+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d
7979
id: yarn-cache
8080
with:
8181
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: echo "::set-output name=dir::$(yarn cache dir)"
5252

5353
- name: Cache yarn
54-
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0
54+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d
5555
id: yarn-cache
5656
with:
5757
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -141,7 +141,7 @@ jobs:
141141
run: echo "::set-output name=dir::$(yarn cache dir)"
142142

143143
- name: Cache yarn
144-
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0
144+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d
145145
id: yarn-cache
146146
with:
147147
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)