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

Commit

Permalink
chore(deps): update actions/cache action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 21, 2022
1 parent 6209b7c commit 51b8fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: "yarn-cache-dir-path"
run: "echo '::set-output name=dir::$(yarn config get cacheFolder)'"

- uses: "actions/cache@v2"
- uses: actions/cache@v3
id: "yarn-cache" # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: "${{ steps.yarn-cache-dir-path.outputs.dir }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: "yarn-cache-dir-path"
run: "echo \"::set-output name=dir::$(yarn config get cacheFolder)\""

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

0 comments on commit 51b8fc1

Please sign in to comment.