From 5bac556df209db42ccc6a7cb6f2367b3839dcd83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:11:08 +0000 Subject: [PATCH] ci(deps): bump actions/setup-python from 5 to 7 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-e2e-test.yml | 6 +++--- .github/workflows/ci-format.yml | 2 +- .github/workflows/ci-lint.yml | 2 +- .github/workflows/ci-semgrep.yml | 6 +++--- .github/workflows/ci-test-release.yml | 2 +- .github/workflows/ci-test.yml | 2 +- .github/workflows/ci-type-check.yml | 2 +- .github/workflows/release.yml | 4 ++-- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci-e2e-test.yml b/.github/workflows/ci-e2e-test.yml index 8034600..6ee46e7 100644 --- a/.github/workflows/ci-e2e-test.yml +++ b/.github/workflows/ci-e2e-test.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} cache: "pip" @@ -139,7 +139,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} cache: "pip" @@ -238,7 +238,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} cache: "pip" diff --git a/.github/workflows/ci-format.yml b/.github/workflows/ci-format.yml index ccc5c48..67412cd 100644 --- a/.github/workflows/ci-format.yml +++ b/.github/workflows/ci-format.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.11" cache: "pip" diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 9ee0941..63d3681 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.11" cache: "pip" diff --git a/.github/workflows/ci-semgrep.yml b/.github/workflows/ci-semgrep.yml index 692b5a0..fda66eb 100644 --- a/.github/workflows/ci-semgrep.yml +++ b/.github/workflows/ci-semgrep.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.11" cache: "pip" @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.11" cache: "pip" @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.11" cache: "pip" diff --git a/.github/workflows/ci-test-release.yml b/.github/workflows/ci-test-release.yml index 2bbd091..aa5b606 100644 --- a/.github/workflows/ci-test-release.yml +++ b/.github/workflows/ci-test-release.yml @@ -249,7 +249,7 @@ jobs: steps: - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 12250b2..d2fac67 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -30,7 +30,7 @@ jobs: node-version: "18" - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} cache: "pip" diff --git a/.github/workflows/ci-type-check.yml b/.github/workflows/ci-type-check.yml index e9a7a89..e0eec54 100644 --- a/.github/workflows/ci-type-check.yml +++ b/.github/workflows/ci-type-check.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.11" cache: "pip" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 195cae2..5259e65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.11" cache: "pip" @@ -350,7 +350,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.11" cache: "pip"