Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #75 from hiroxto/renovate/actions-cache-2.x
Browse files Browse the repository at this point in the history
Update actions/cache action to v2
  • Loading branch information
hiroxto committed Jul 8, 2021
2 parents b8495bd + 7e4ac75 commit 9300d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Cache node_modules
uses: actions/cache@v1
uses: actions/cache@v2
env:
cache-name: cache-node_modules
with:
Expand Down

0 comments on commit 9300d48

Please sign in to comment.