File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
cancel-in-progress : true
33
33
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
with :
37
37
fetch-depth : 0
38
38
39
39
- name : Use Node.js ${{ matrix.node-version }}
40
- uses : actions/setup-node@v3
40
+ uses : actions/setup-node@v4
41
41
with :
42
42
node-version : ${{ matrix.node-version }}
43
43
cache : " npm"
@@ -78,10 +78,10 @@ jobs:
78
78
if : matrix.os == 'windows-latest'
79
79
run : git config --global core.autocrlf input
80
80
81
- - uses : actions/checkout@v3
81
+ - uses : actions/checkout@v4
82
82
83
83
- name : Use Node.js ${{ matrix.node-version }}
84
- uses : actions/setup-node@v3
84
+ uses : actions/setup-node@v4
85
85
with :
86
86
node-version : ${{ matrix.node-version }}
87
87
cache : " npm"
@@ -105,6 +105,6 @@ jobs:
105
105
run : npm run test:coverage -- --ci
106
106
107
107
- name : Submit coverage data to codecov
108
- uses : codecov/codecov-action@v3
108
+ uses : codecov/codecov-action@v4
109
109
with :
110
110
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments