From 188833af5bd95001eeb6c2718aaf38e62c42863d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 12:22:28 +0000 Subject: [PATCH] ci: bump actions/setup-python from 6 to 7 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...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/cmake-multi-platform.yml | 2 +- .github/workflows/generated-benchmark-report.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 567d78b..20e4308 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -33,7 +33,7 @@ jobs: - name: Setup Python if: runner.os == 'Linux' - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.x" diff --git a/.github/workflows/generated-benchmark-report.yml b/.github/workflows/generated-benchmark-report.yml index 9effc1b..6e189ba 100644 --- a/.github/workflows/generated-benchmark-report.yml +++ b/.github/workflows/generated-benchmark-report.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.12'