File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v3
27
27
- name : Setup Python
28
- uses : actions/setup-python@v4.6 .0
28
+ uses : actions/setup-python@v4.7 .0
29
29
with :
30
30
python-version : ${{ matrix.python-version }}
31
31
architecture : x64
61
61
steps :
62
62
- uses : actions/checkout@v3
63
63
- name : Setup Python
64
- uses : actions/setup-python@v4.6 .0
64
+ uses : actions/setup-python@v4.7 .0
65
65
with :
66
66
python-version : ${{ matrix.python-version }}
67
67
architecture : x64
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v3
14
14
with :
15
15
fetch-depth : 0
16
- - uses : actions/setup-python@v4.6 .0
16
+ - uses : actions/setup-python@v4.7 .0
17
17
name : Install Python
18
18
with :
19
19
python-version : 3.9
48
48
needs : build-artifacts
49
49
runs-on : ubuntu-latest
50
50
steps :
51
- - uses : actions/setup-python@v4.6 .0
51
+ - uses : actions/setup-python@v4.7 .0
52
52
name : Install Python
53
53
with :
54
54
python-version : 3.9
You can’t perform that action at this time.
0 commit comments