Skip to content

Commit 447afaf

Browse files
build(deps): bump actions/cache from 3.0.10 to 3.0.11 (#2133)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@56461b9...9b0c1fc) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d761eea commit 447afaf

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@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
78+
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
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@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
54+
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
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@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
144+
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
145145
id: yarn-cache
146146
with:
147147
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)