File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4949 python :
5050 - ' 3.9'
5151 - ' 3.14'
52+ - ' 3.15.0-alpha.3'
5253 meson :
5354 -
5455 dependencies :
@@ -111,7 +112,7 @@ jobs:
111112 uses : actions/checkout@v4
112113
113114 - name : Set up target Python
114- uses : actions/setup-python@v5
115+ uses : actions/setup-python@v6
115116 with :
116117 python-version : ${{ matrix.python }}
117118
@@ -162,7 +163,7 @@ jobs:
162163 uses : actions/checkout@v4
163164
164165 - name : Set up target Python
165- uses : actions/setup-python@v5
166+ uses : actions/setup-python@v6
166167 with :
167168 python-version : ${{ matrix.python }}
168169
@@ -303,7 +304,7 @@ jobs:
303304 uses : actions/checkout@v4
304305
305306 - name : Setup Python
306- uses : actions/setup-python@v5
307+ uses : actions/setup-python@v6
307308 with :
308309 python-version : 3.9
309310
You can’t perform that action at this time.
0 commit comments