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 : Checkout repository
12
12
uses : actions/checkout@v3
13
13
- name : ' Dependency Review'
14
- uses : actions/dependency-review-action@v2
14
+ uses : actions/dependency-review-action@v3
Original file line number Diff line number Diff line change 11
11
with :
12
12
fetch-depth : 0
13
13
- name : Set up Python 3.7
14
- uses : actions/setup-python@v3
14
+ uses : actions/setup-python@v4
15
15
with :
16
16
python-version : 3.7
17
17
Original file line number Diff line number Diff line change 11
11
with :
12
12
fetch-depth : 0
13
13
- name : Set up Python 3.7
14
- uses : actions/setup-python@v3
14
+ uses : actions/setup-python@v4
15
15
with :
16
16
python-version : 3.7
17
17
Original file line number Diff line number Diff line change 12
12
- name : Checkout repository
13
13
uses : actions/checkout@v3
14
14
- name : Set up Python ${{ matrix.python-version }}
15
- uses : actions/setup-python@v3
15
+ uses : actions/setup-python@v4
16
16
with :
17
17
python-version : ${{ matrix.python-version }}
18
18
- name : Install dependencies
33
33
with :
34
34
fetch-depth : 2
35
35
- name : Set up Python ${{ matrix.python-version }}
36
- uses : actions/setup-python@v3
36
+ uses : actions/setup-python@v4
37
37
with :
38
38
python-version : ${{ matrix.python-version }}
39
39
- name : Install dependencies
56
56
- name : Checkout repository
57
57
uses : actions/checkout@v3
58
58
- name : Set up Python ${{ matrix.python-version[0] }}
59
- uses : actions/setup-python@v3
59
+ uses : actions/setup-python@v4
60
60
with :
61
61
python-version : ${{ matrix.python-version[0] }}
62
62
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments