File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout repository
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
- name : ' Dependency Review'
14
14
uses : actions/dependency-review-action@v3
Original file line number Diff line number Diff line change 7
7
name : Build and publish to PyPI
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
13
- name : Set up Python 3.8
Original file line number Diff line number Diff line change 7
7
name : Build and publish to Test PyPI
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
13
- name : Set up Python 3.8
Original file line number Diff line number Diff line change 10
10
python-version : [3.8]
11
11
steps :
12
12
- name : Checkout repository
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
- name : Set up Python ${{ matrix.python-version }}
15
15
uses : actions/setup-python@v4
16
16
with :
29
29
python-version : [3.8]
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
with :
34
34
fetch-depth : 2
35
35
- name : Set up Python ${{ matrix.python-version }}
54
54
name : ${{ matrix.os }} (${{ matrix.python-version[0] }})
55
55
steps :
56
56
- name : Checkout repository
57
- uses : actions/checkout@v3
57
+ uses : actions/checkout@v4
58
58
- name : Set up Python ${{ matrix.python-version[0] }}
59
59
uses : actions/setup-python@v4
60
60
with :
You can’t perform that action at this time.
0 commit comments