File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656 # workaround for the above, only available for 3.9
5757 - if : ${{ inputs.os == 'macos-latest' && contains(fromJSON('["3.9"]'), inputs.python-version) && inputs.python-architecture == 'x64' }}
5858 name : Set up Python ${{ inputs.python-version }}
59- uses : astral-sh/setup-uv@v6
59+ uses : astral-sh/setup-uv@v7
6060 with :
6161 python-version : cpython-${{ inputs.python-version }}-macos-x86-64
6262
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 toolchain : ${{ matrix.rust }}
122122 targets : ${{ matrix.target }}
123123 components : clippy,rust-src
124- - uses : astral-sh/setup-uv@v6
124+ - uses : astral-sh/setup-uv@v7
125125 - run : uvx nox -s clippy-all
126126 env :
127127 CARGO_BUILD_TARGET : ${{ matrix.target }}
Original file line number Diff line number Diff line change 2323 ref : ${{ github.event.inputs.version || github.ref }}
2424 persist-credentials : false
2525
26- - uses : astral-sh/setup-uv@v6
26+ - uses : astral-sh/setup-uv@v7
2727
2828 - uses : rust-lang/crates-io-auth-action@v1
2929 id : auth
You can’t perform that action at this time.
0 commit comments