File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
name : Build, Test, and Deploy
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
fetch-depth : 0
16
- - uses : actions/setup-node@v3
16
+ - uses : actions/setup-node@v4
17
17
with :
18
18
node-version : 18
19
19
- name : Configure Identity
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
node :
19
19
- 18.x
20
20
steps :
21
- - uses : actions/setup-node@v1
21
+ - uses : actions/setup-node@v4
22
22
with :
23
23
node-version : ${{ matrix.node }}
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- name : Restore Dependency Cache
26
- uses : actions/cache@v3
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : ~/.npm
29
29
key : ${{ runner.OS }}-dependency-cache-${{ hashFiles('**/package.json') }}
You can’t perform that action at this time.
0 commit comments