Skip to content

Commit

Permalink
Upgrade actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Feb 2, 2024
1 parent 93100b2 commit 1de0e48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 18
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v4
id: cache
with:
path: '**/node_modules'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 18
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v4
id: cache
with:
path: '**/node_modules'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 18
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v4
id: cache
with:
path: '**/node_modules'
Expand Down

0 comments on commit 1de0e48

Please sign in to comment.