From 997e1fc838d409a4877ed942e4f3ef43e7b8c931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 03:48:48 +0000 Subject: [PATCH] ci(deps): bump actions/setup-python from 4 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/branch-protection.yml | 2 +- .github/workflows/expert-review.yml | 2 +- .github/workflows/test.yml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/branch-protection.yml b/.github/workflows/branch-protection.yml index a2498a8..d7c2c10 100644 --- a/.github/workflows/branch-protection.yml +++ b/.github/workflows/branch-protection.yml @@ -19,7 +19,7 @@ jobs: ref: main - name: 🐍 Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v6 with: python-version: "3.10" diff --git a/.github/workflows/expert-review.yml b/.github/workflows/expert-review.yml index cf40eb8..c4764e0 100644 --- a/.github/workflows/expert-review.yml +++ b/.github/workflows/expert-review.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 # Need full history for proper diff analysis - name: 🐍 Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v6 with: python-version: ${{ env.PYTHON_VERSION }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1873ae7..21c6409 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: 🐍 Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v6 with: python-version: ${{ env.PYTHON_VERSION }} @@ -111,7 +111,7 @@ jobs: uses: actions/checkout@v4 - name: 🐍 Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v6 with: python-version: ${{ env.PYTHON_VERSION }} @@ -146,7 +146,7 @@ jobs: uses: actions/checkout@v4 - name: 🐍 Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v6 with: python-version: ${{ env.PYTHON_VERSION }} @@ -178,7 +178,7 @@ jobs: uses: actions/checkout@v4 - name: 🐍 Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v6 with: python-version: ${{ env.PYTHON_VERSION }}