Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2024
1 parent fc1f6c5 commit 3380b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache node_modules
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: node_modules
with:
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- uses: actions/checkout@v2

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

0 comments on commit 3380b45

Please sign in to comment.