48
48
steps :
49
49
- uses : actions/checkout@v4.1.1
50
50
- name : Set up Python ${{ matrix.python.version }}
51
- uses : actions/setup-python@v4.8 .0
51
+ uses : actions/setup-python@v5.0 .0
52
52
with :
53
53
python-version : ${{ matrix.python.version }}
54
54
- name : Install dependencies
66
66
steps :
67
67
- uses : actions/checkout@v4.1.1
68
68
- name : Set up Python
69
- uses : actions/setup-python@v4.8 .0
69
+ uses : actions/setup-python@v5.0 .0
70
70
with :
71
71
python-version : " 3.12"
72
72
- name : Install dependencies
87
87
steps :
88
88
- uses : actions/checkout@v4.1.1
89
89
- name : Set up Python ${{ matrix.python-version }}
90
- uses : actions/setup-python@v4.8 .0
90
+ uses : actions/setup-python@v5.0 .0
91
91
with :
92
92
python-version : " 3.12"
93
93
- name : Install dependencies
@@ -109,7 +109,7 @@ jobs:
109
109
name : Python wheel
110
110
steps :
111
111
- uses : actions/checkout@v4.1.1
112
- - uses : actions/setup-python@v4.8 .0
112
+ - uses : actions/setup-python@v5.0 .0
113
113
with :
114
114
python-version : " 3.12"
115
115
- name : Install dependencies
@@ -128,7 +128,7 @@ jobs:
128
128
steps :
129
129
- uses : actions/checkout@v4.1.1
130
130
- name : Set up Python
131
- uses : actions/setup-python@v4.8 .0
131
+ uses : actions/setup-python@v5.0 .0
132
132
with :
133
133
python-version : ' 3.12'
134
134
- uses : actions/download-artifact@v3.0.2
0 commit comments