Skip to content

Commit dfd5b33

Browse files
chore(deps): update actions/cache action to v4
1 parent 6d43a52 commit dfd5b33

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
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- name: Cache
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: ~/.npm
2525
key: ${{ runner.os }}-nodejs-${{ hashFiles('**/package-lock.json') }}
@@ -45,7 +45,7 @@ jobs:
4545
- name: Checkout
4646
uses: actions/checkout@v4
4747
- name: Cache
48-
uses: actions/cache@v3
48+
uses: actions/cache@v4
4949
with:
5050
path: ~/.npm
5151
key: ${{ runner.os }}-nodejs-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)