Skip to content

Commit

Permalink
ci(deps): bump actions/cache from v2.1.4 to v2.1.5 (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 15, 2021
1 parent 71436a7 commit ba44b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.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)"
- name: Cache Dependencies
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit ba44b13

Please sign in to comment.