Skip to content

Commit

Permalink
chore(deps): update actions/cache digest to a7c34ad (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 11, 2022
1 parent ce884b0 commit dbdcb08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"

- uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # tag=v3
- uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 # tag=v3
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"

- uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # tag=v3
- uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 # tag=v3
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down

0 comments on commit dbdcb08

Please sign in to comment.