File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
name : Fully test and upload coverage
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
ref : ' release'
17
17
Original file line number Diff line number Diff line change 10
10
name : Lint and type check
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
15
15
with :
16
16
node-version : ' 20.5.0'
30
30
name : Test and upload coverage
31
31
runs-on : ubuntu-latest
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
35
35
with :
36
36
node-version : ' 20.5.0'
Original file line number Diff line number Diff line change 10
10
name : Publish documenation
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
ref : ' release'
16
16
- name : Set git user
35
35
publish-npm :
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
40
40
with :
41
41
node-version : ' 20.5.0'
Original file line number Diff line number Diff line change 8
8
lint-and-test :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
# - name: Checkout and Set Git User
13
13
# run: |
14
14
# git config --global user.name "Brandon Bothell"
You can’t perform that action at this time.
0 commit comments