Skip to content

Commit a4258ec

Browse files
Update actions/cache action to v4
1 parent 92cdca1 commit a4258ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/checkout@v2
1818

19-
- uses: actions/cache@v2
19+
- uses: actions/cache@v4
2020
with:
2121
path: ~/.npm
2222
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -46,7 +46,7 @@ jobs:
4646

4747
- uses: actions/checkout@v2
4848

49-
- uses: actions/cache@v2
49+
- uses: actions/cache@v4
5050
with:
5151
path: ~/.npm
5252
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)