Skip to content

Commit 514d1db

Browse files
build(deps): bump actions/cache from 3.0.8 to 3.0.10 (#2109)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.10. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@fd5de65...56461b9) --- 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 2de2e1c commit 514d1db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/action-format.yml

+1-1
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@fd5de65bc895cf536527842281bea11763fefd77
78+
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
7979
id: yarn-cache
8080
with:
8181
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

Diff for: .github/workflows/ci.yml

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

0 commit comments

Comments
 (0)