Commit 064fe20 1 parent d889dea commit 064fe20 Copy full SHA for 064fe20
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
os : [ubuntu-latest]
23
23
runs-on : ${{ matrix.os }}
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- uses : actions/setup-python@v4
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
40
40
os : [ubuntu-latest]
41
41
runs-on : ${{ matrix.os }}
42
42
steps :
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
44
44
- uses : actions/setup-python@v4
45
45
with :
46
46
python-version : ${{ matrix.python-version }}
62
62
os : [macos-latest]
63
63
runs-on : ${{ matrix.os }}
64
64
steps :
65
- - uses : actions/checkout@v3
65
+ - uses : actions/checkout@v4
66
66
- uses : actions/setup-python@v4
67
67
with :
68
68
python-version : ${{ matrix.python-version }}
80
80
os : [windows-latest]
81
81
runs-on : ${{ matrix.os }}
82
82
steps :
83
- - uses : actions/checkout@v3
83
+ - uses : actions/checkout@v4
84
84
- uses : actions/setup-python@v4
85
85
with :
86
86
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 18
18
permissions :
19
19
contents : write
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
# by default, it uses a depth of 1
24
24
# this fetches all history so that we can read each commit
34
34
needs : release
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@v3
37
+ - uses : actions/checkout@v4
38
38
- name : Set up Python
39
39
uses : actions/setup-python@v4
40
40
with :
Original file line number Diff line number Diff line change 9
9
if : ${{ !contains (github.repository, '/python-project-template') }}
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
# by default, it uses a depth of 1
15
15
# this fetches all history so that we can read each commit
You can’t perform that action at this time.
0 commit comments