Skip to content

Commit 35d2aba

Browse files
committed
Use v4 of GitHub actions
1 parent f34f6c1 commit 35d2aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Deploy
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212

1313
- name: Setup node.js
1414
uses: actions/setup-node@v4
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Cache node modules
3030
id: cache-npm
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
env:
3333
cache-name: cache-node-modules
3434
with:

0 commit comments

Comments
 (0)