14
14
steps :
15
15
- uses : actions/checkout@v4
16
16
- name : Set up Python ${{ matrix.python-version }}
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : ${{ matrix.python-version }}
20
20
- name : Install dependencies
35
35
- name : Checkout
36
36
uses : actions/checkout@v4
37
37
- name : Set up Python
38
- uses : actions/setup-python@v4
38
+ uses : actions/setup-python@v5
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
41
41
- name : Install and upgrade packaging tools
55
55
- name : Checkout
56
56
uses : actions/checkout@v4
57
57
- name : Set up Python
58
- uses : actions/setup-python@v4
58
+ uses : actions/setup-python@v5
59
59
with :
60
60
python-version : ${{ matrix.python-version }}
61
61
- name : Install and upgrade packaging tools
75
75
- name : Checkout
76
76
uses : actions/checkout@v4
77
77
- name : Set up Python
78
- uses : actions/setup-python@v4
78
+ uses : actions/setup-python@v5
79
79
with :
80
80
python-version : ${{ matrix.python-version }}
81
81
- name : Install and upgrade packaging tools
95
95
- name : Checkout
96
96
uses : actions/checkout@v4
97
97
- name : Set up Python
98
- uses : actions/setup-python@v4
98
+ uses : actions/setup-python@v5
99
99
with :
100
100
python-version : ${{ matrix.python-version }}
101
101
- name : Install dependencies
@@ -117,7 +117,7 @@ jobs:
117
117
- name : Checkout
118
118
uses : actions/checkout@v4
119
119
- name : Set up Python
120
- uses : actions/setup-python@v4
120
+ uses : actions/setup-python@v5
121
121
with :
122
122
python-version : ${{ matrix.python-version }}
123
123
- name : Install and upgrade packaging tools
0 commit comments