File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 steps :
6969 - name : 📂 Checkout code
7070 uses : actions/checkout@v7
71- - uses : actions/setup-python@v6
71+ - uses : actions/setup-python@v7
7272 with :
7373 python-version : " 3.11"
7474 - uses : ./.github/actions/time-compilation
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ jobs:
3939 # `*` covers all targets (we could make this explicit...)
4040 pattern : prqlc-python-${{ runner.os }}-*-dev
4141 path : target/python
42- - uses : actions/setup-python@v6
42+ - uses : actions/setup-python@v7
4343 with :
4444 python-version : " 3.10"
45- - uses : actions/setup-python@v6
45+ - uses : actions/setup-python@v7
4646 with :
4747 python-version : " 3.12"
4848 - name : Install uv
Original file line number Diff line number Diff line change 9999 # on the new macos-15 runner image — see
100100 # https://github.com/Swatinem/rust-cache/issues/341.
101101 cache-bin : " false"
102- - uses : actions/setup-python@v6
102+ - uses : actions/setup-python@v7
103103 # python isn't natively installed on macos-15, so we need to install it
104104 if : ${{ inputs.os == 'macos-15' }}
105105 with :
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ jobs:
278278 # - name: 📂 Checkout code
279279 # uses: actions/checkout@v7
280280 # - run: ./.github/workflows/scripts/set_version.sh
281- # - uses: actions/setup-python@v6
281+ # - uses: actions/setup-python@v7
282282 # with:
283283 # python-version: "3.11"
284284 # - name: 💰 Cache
@@ -364,7 +364,7 @@ jobs:
364364 with :
365365 crate : lychee
366366
367- - uses : actions/setup-python@v6
367+ - uses : actions/setup-python@v7
368368 with :
369369 python-version : " 3.11"
370370
@@ -451,7 +451,7 @@ jobs:
451451 - name : 📂 Checkout code
452452 uses : actions/checkout@v7
453453 - run : ./.github/workflows/scripts/set_version.sh
454- - uses : actions/setup-python@v6
454+ - uses : actions/setup-python@v7
455455 with :
456456 python-version : " 3.11"
457457 - uses : baptiste0928/cargo-install@v3
@@ -606,7 +606,7 @@ jobs:
606606 - name : 📂 Checkout code
607607 uses : actions/checkout@v7
608608 - run : rustup override set nightly-2025-11-10
609- - uses : actions/setup-python@v6
609+ - uses : actions/setup-python@v7
610610 with :
611611 python-version : " 3.11"
612612 - uses : baptiste0928/cargo-install@v3
You can’t perform that action at this time.
0 commit comments