Skip to content

Commit d13cf00

Browse files
build(deps): bump actions/cache from 3.0.6 to 3.0.8 (#2090)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.8. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@f427802...fd5de65) --- 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 1d72ef4 commit d13cf00

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

0 commit comments

Comments
 (0)