Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v2.1.5 (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 12, 2021
1 parent 0ca3d39 commit fb5eb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
id: yarn-cache
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"

- uses: actions/cache@v2.1.4
- uses: actions/cache@v2.1.5
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: yarn2-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit fb5eb5e

Please sign in to comment.