Skip to content

Commit

Permalink
Merge pull request #226 from parca-dev/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-2.1.6

build(deps): bump actions/cache from 1 to 2.1.6
  • Loading branch information
brancz authored Oct 6, 2021
2 parents 0f01e69 + 562a9ff commit be3195b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v1
- uses: actions/cache@v2.1.6
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 be3195b

Please sign in to comment.