From 5842b6539600039b3d4c4f118e1b10d02f610d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 02:53:36 +0000 Subject: [PATCH] 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.yml | 2 +- .github/workflows/index-latest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 090820c..5f5f5bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: '3.12' - name: Compile diff --git a/.github/workflows/index-latest.yml b/.github/workflows/index-latest.yml index f592d60..ceb5ed8 100644 --- a/.github/workflows/index-latest.yml +++ b/.github/workflows/index-latest.yml @@ -20,7 +20,7 @@ jobs: with: profile: minimal toolchain: stable - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: '3.12' - name: Add rust analyzer