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

Commit

Permalink
Merge pull request #113 from hiroxto/renovate/actions-cache-3.x
Browse files Browse the repository at this point in the history
Update actions/cache action to v3
  • Loading branch information
hiroxto committed Oct 7, 2023
2 parents 03a6c26 + ca49d4c commit c7f8529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.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@v3
env:
cache-name: cache-node_modules
with:
Expand Down

0 comments on commit c7f8529

Please sign in to comment.