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 55
55
56
56
# Install bundled libs using 3.7 even though you test it on other versions.
57
57
- name : Use Python 3.7
58
- uses : actions/setup-python@v4
58
+ uses : actions/setup-python@v5
59
59
with :
60
60
python-version : ' 3.7'
61
61
81
81
# Now that the bundle is installed to target using python 3.7
82
82
# switch back the python we want to test with
83
83
- name : Use Python ${{ matrix.python }}
84
- uses : actions/setup-python@v4
84
+ uses : actions/setup-python@v5
85
85
with :
86
86
python-version : ${{ matrix.python }}
87
87
Original file line number Diff line number Diff line change 60
60
61
61
# Install bundled libs using 3.7 even though you test it on other versions.
62
62
- name : Use Python 3.7
63
- uses : actions/setup-python@v4
63
+ uses : actions/setup-python@v5
64
64
with :
65
65
python-version : ' 3.7'
66
66
86
86
# Now that the bundle is installed to target using python 3.7
87
87
# switch back the python we want to test with
88
88
- name : Use Python ${{ matrix.python }}
89
- uses : actions/setup-python@v4
89
+ uses : actions/setup-python@v5
90
90
with :
91
91
python-version : ${{ matrix.python }}
92
92
You can’t perform that action at this time.
0 commit comments