File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
- name : Set up Python ${{ matrix.python-version }}
18
- uses : actions/setup-python@v3
18
+ uses : actions/setup-python@v4
19
19
with :
20
20
python-version : ${{ matrix.python-version }}
21
21
- name : Install dependencies
46
46
steps :
47
47
- uses : actions/checkout@v3
48
48
- name : Set up Python
49
- uses : actions/setup-python@v3
49
+ uses : actions/setup-python@v4
50
50
with :
51
51
python-version : ' 3.x'
52
52
- name : Install dependencies
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v3
21
21
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v3
22
+ uses : actions/setup-python@v4
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments