Skip to content

Commit 36a2ce3

Browse files
committed
Update ci.yml
1 parent 6717dd5 commit 36a2ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
access_token: ${{ secrets.GITHUB_TOKEN }}
2525
- uses: actions/checkout@v2
26-
- uses: actions/cache@v2
26+
- uses: actions/cache@v4
2727
with:
2828
path: |
2929
**/node_modules
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v2
4646
with:
4747
fetch-depth: 0
48-
- uses: actions/cache@v2
48+
- uses: actions/cache@v4
4949
with:
5050
path: |
5151
**/node_modules

0 commit comments

Comments
 (0)