Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Commit 683eaa7

Browse files
committed
chore(deps): update actions/cache action to v3
1 parent 2e2210b commit 683eaa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: "yarn-cache-dir-path"
4747
run: "echo '::set-output name=dir::$(yarn config get cacheFolder)'"
4848

49-
- uses: "actions/cache@v2"
49+
- uses: actions/cache@v3
5050
id: "yarn-cache" # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
5151
with:
5252
path: "${{ steps.yarn-cache-dir-path.outputs.dir }}"

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id: "yarn-cache-dir-path"
4848
run: "echo \"::set-output name=dir::$(yarn config get cacheFolder)\""
4949

50-
- uses: "actions/cache@v2"
50+
- uses: actions/cache@v3
5151
id: "yarn-cache" # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
5252
with:
5353
path: "${{ steps.yarn-cache-dir-path.outputs.dir }}"

0 commit comments

Comments
 (0)