From 33894102bfd40d915e8c3044ba680ddc355b5db4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 17:37:10 +0000 Subject: [PATCH] build(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/harden.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/harden.yml b/.github/workflows/harden.yml index 8996318..17eec8e 100644 --- a/.github/workflows/harden.yml +++ b/.github/workflows/harden.yml @@ -260,7 +260,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.x" } # Clippy checks Rust; this checks FFai. Every rule exists because an audit # found the thing it prevents - see tools/lint_invariants.py --list. @@ -271,7 +271,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.x" } # The README blocks are GENERATED from each crate's plan file. This fails the build # when a plan file was edited without re-rendering, which is the only thing keeping