Skip to content

Commit

Permalink
Merge pull request #21 from chez14/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-v2.1.4
  • Loading branch information
dependabot[bot] authored Apr 10, 2021
2 parents 2e9b9d7 + e624491 commit 6e6cbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: 12.x

- name: Cache node modules
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: node_modules
key: yarn-deps-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit 6e6cbfe

Please sign in to comment.