Merge pull request #2821 from Growstuff/dependabot/github_actions/actions/cache-2.1.5

Bump actions/cache from 2 to 2.1.5
This commit is contained in:
Brenda Wallace
2021-05-17 08:33:02 +12:00
committed by GitHub

View File

@@ -76,7 +76,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- name: Setup yarn cache
uses: actions/cache@v2
uses: actions/cache@v2.1.5
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 }}