Skip to content

Commit

Permalink
Update actions/cache action to v2 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Oct 20, 2020
1 parent 564fa04 commit ce0987f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "::set-output name=dir::$(npm config get cache)"
- name: Cache npm
uses: actions/cache@v1
uses: actions/cache@v2
id: cache
with:
path: ${{ steps.npm-cache.outputs.dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "::set-output name=dir::$(npm config get cache)"
- name: Cache npm
uses: actions/cache@v1
uses: actions/cache@v2
id: cache
with:
path: ${{ steps.npm-cache.outputs.dir }}
Expand Down

0 comments on commit ce0987f

Please sign in to comment.