File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
deploy :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
with :
24
24
fetch-depth : 0
25
25
- uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 19
19
docs :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
with :
24
24
fetch-depth : 0
25
25
- uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 19
19
lint :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
with :
24
24
fetch-depth : 0
25
25
- uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 24
24
permissions :
25
25
contents : write
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
- name : Update the ${{ env.TAG_NAME }} tag
29
29
id : update-major-tag
30
30
Original file line number Diff line number Diff line change 25
25
- windows-latest
26
26
runs-on : ${{ matrix.os }}
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
with :
30
30
fetch-depth : 0
31
31
- uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments