Commit 534f352 1 parent 6a6a998 commit 534f352 Copy full SHA for 534f352
File tree 2 files changed +4
-4
lines changed
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.8 even though you test it on other versions.
57
57
- name : Use Python 3.8
58
- uses : actions/setup-python@v4
58
+ uses : actions/setup-python@v5
59
59
with :
60
60
python-version : ' 3.8'
61
61
71
71
# Now that the bundle is installed to target using python 3.8
72
72
# switch back the python we want to test with
73
73
- name : Use Python ${{ matrix.python }}
74
- uses : actions/setup-python@v4
74
+ uses : actions/setup-python@v5
75
75
with :
76
76
python-version : ${{ matrix.python }}
77
77
Original file line number Diff line number Diff line change 60
60
61
61
# Install bundled libs using 3.8 even though you test it on other versions.
62
62
- name : Use Python 3.8
63
- uses : actions/setup-python@v4
63
+ uses : actions/setup-python@v5
64
64
with :
65
65
python-version : ' 3.8'
66
66
76
76
# Now that the bundle is installed to target using python 3.8
77
77
# switch back the python we want to test with
78
78
- name : Use Python ${{ matrix.python }}
79
- uses : actions/setup-python@v4
79
+ uses : actions/setup-python@v5
80
80
with :
81
81
python-version : ${{ matrix.python }}
82
82
You can’t perform that action at this time.
0 commit comments