Skip to content

Commit

Permalink
ci: use cache@v4 action
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofigs committed Dec 2, 2024
1 parent 5105606 commit eda010c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/propose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
node-version: 18

# Cache dependencies
- name: Cache node_modules
- uses: actions/cache@v4
id: cache-deps
uses: actions/cache@v3
with:
path: |
node_modules
Expand Down

0 comments on commit eda010c

Please sign in to comment.