Skip to content

Commit 0eda231

Browse files
build(deps): bump actions/cache from 2.1.7 to 3.0.1 (#1994)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@937d244...136d96b) --- 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 c534e4d commit 0eda231

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
@@ -71,7 +71,7 @@ jobs:
7171
run: echo "::set-output name=dir::$(yarn cache dir)"
7272

7373
- name: Cache yarn
74-
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed
74+
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0
7575
id: yarn-cache
7676
with:
7777
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@937d24475381cd9c75ae6db12cb4e79714b926ed
54+
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0
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@937d24475381cd9c75ae6db12cb4e79714b926ed
144+
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0
145145
id: yarn-cache
146146
with:
147147
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)