Skip to content

Commit

Permalink
Update actions/cache action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent ce939e1 commit 6dbebf8
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 @@ -17,7 +17,7 @@ jobs:
with:
node-version: 14
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: '**/node_modules'
Expand All @@ -37,7 +37,7 @@ jobs:
with:
node-version: 14
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: '**/node_modules'
Expand Down

0 comments on commit 6dbebf8

Please sign in to comment.