From 6e84835c3f6ddef11e51959ab1991c6595cf428e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 05:23:50 +0000 Subject: [PATCH] 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/clean_template.yml | 2 +- .github/workflows/lint_benchmarks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clean_template.yml b/.github/workflows/clean_template.yml index afb7e91..2967b8c 100644 --- a/.github/workflows/clean_template.yml +++ b/.github/workflows/clean_template.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.13' - name: Clean template scripts diff --git a/.github/workflows/lint_benchmarks.yml b/.github/workflows/lint_benchmarks.yml index 0625642..b7d3172 100644 --- a/.github/workflows/lint_benchmarks.yml +++ b/.github/workflows/lint_benchmarks.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.13