Skip to content

Commit 01fddce

Browse files
chore: bump actions/setup-python from 6 to 7 (#6092)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8980c48 commit 01fddce

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
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

.github/workflows/test-python.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/test-rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
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:

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)