5050 steps :
5151 - uses : actions/checkout@v7
5252 - name : Set up Python
53- uses : actions/setup-python@v6
53+ uses : actions/setup-python@v7
5454 with :
5555 python-version : ' 3.10'
5656 - name : Install uv
8383 with :
8484 fetch-depth : 0
8585 - name : Set up Python
86- uses : actions/setup-python@v6
86+ uses : actions/setup-python@v7
8787 with :
8888 python-version : ${{ matrix.python-version }}
8989 - name : Install uv
@@ -135,7 +135,7 @@ jobs:
135135 - name : Install make
136136 run : choco install make which -y
137137 - name : Set up Python
138- uses : actions/setup-python@v6
138+ uses : actions/setup-python@v7
139139 with :
140140 python-version : ' 3.12'
141141 - name : Install SQLMesh dev dependencies
@@ -172,7 +172,7 @@ jobs:
172172 with :
173173 fetch-depth : 0
174174 - name : Set up Python
175- uses : actions/setup-python@v6
175+ uses : actions/setup-python@v7
176176 with :
177177 python-version : ' 3.10'
178178 - name : Install uv
@@ -194,10 +194,10 @@ jobs:
194194 runs-on : ubuntu-latest
195195 steps :
196196 - uses : actions/checkout@v7
197- - uses : actions/setup-node@v6
197+ - uses : actions/setup-node@v7
198198 with :
199199 node-version : ' 22'
200- - uses : pnpm/action-setup@v4
200+ - uses : pnpm/action-setup@v6
201201 with :
202202 version : latest
203203 - name : Get pnpm store directory
@@ -260,7 +260,7 @@ jobs:
260260 steps :
261261 - uses : actions/checkout@v7
262262 - name : Set up Python
263- uses : actions/setup-python@v6
263+ uses : actions/setup-python@v7
264264 with :
265265 python-version : ' 3.12'
266266 - name : Install uv
@@ -344,7 +344,7 @@ jobs:
344344 steps :
345345 - uses : actions/checkout@v7
346346 - name : Set up Python
347- uses : actions/setup-python@v6
347+ uses : actions/setup-python@v7
348348 with :
349349 python-version : ' 3.12'
350350 - name : Install uv
@@ -399,10 +399,10 @@ jobs:
399399 if : false
400400 steps :
401401 - uses : actions/checkout@v7
402- - uses : actions/setup-node@v6
402+ - uses : actions/setup-node@v7
403403 with :
404404 node-version : ' 22'
405- - uses : pnpm/action-setup@v4
405+ - uses : pnpm/action-setup@v6
406406 with :
407407 version : latest
408408 - name : Install dependencies
@@ -416,16 +416,16 @@ jobs:
416416 if : false
417417 steps :
418418 - uses : actions/checkout@v7
419- - uses : actions/setup-node@v6
419+ - uses : actions/setup-node@v7
420420 with :
421421 node-version : ' 22'
422- - uses : pnpm/action-setup@v4
422+ - uses : pnpm/action-setup@v6
423423 with :
424424 version : latest
425425 - name : Install dependencies
426426 run : pnpm install
427427 - name : Set up Python
428- uses : actions/setup-python@v6
428+ uses : actions/setup-python@v7
429429 with :
430430 python-version : ' 3.12'
431431 - name : Install uv
@@ -461,7 +461,7 @@ jobs:
461461 steps :
462462 - uses : actions/checkout@v7
463463 - name : Set up Python
464- uses : actions/setup-python@v6
464+ uses : actions/setup-python@v7
465465 with :
466466 python-version : ' 3.10'
467467 - name : Install uv
0 commit comments