File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
2828 name : Python ${{ matrix.python-version }} tests
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232
3333 - name : Set up Python
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737
3838 - name : Install uv
39- uses : astral-sh/setup-uv@v5
39+ uses : astral-sh/setup-uv@v7
4040 with :
4141 enable-cache : true
4242
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 0 # Need history for auto-bump script
3333
3737 python-version : ${{ env.PYTHON_VERSION }}
3838
3939 - name : Set up uv
40- uses : astral-sh/setup-uv@v5
40+ uses : astral-sh/setup-uv@v7
4141 with :
4242 enable-cache : true
4343
@@ -172,7 +172,7 @@ jobs:
172172 run : uv build
173173
174174 - name : Upload Python artifact
175- uses : actions/upload-artifact@v5
175+ uses : actions/upload-artifact@v6
176176 with :
177177 name : python-artifact
178178 path : dist/*
You can’t perform that action at this time.
0 commit comments