Skip to content

Commit

Permalink
test: upgrade actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed May 2, 2024
1 parent 15194a8 commit 251a1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cache-dependency-path: '**/package-lock.json'

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
id: npm-cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

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

0 comments on commit 251a1c2

Please sign in to comment.