From 5e85c6a9efb4d3b5229de1ce00fce72247e66217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 23:13:57 +0000 Subject: [PATCH] Bump actions/setup-python from 6 to 7 in the github-actions group Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release-build-sign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build-sign.yml b/.github/workflows/release-build-sign.yml index 847320e..247a932 100644 --- a/.github/workflows/release-build-sign.yml +++ b/.github/workflows/release-build-sign.yml @@ -280,7 +280,7 @@ jobs: - uses: actions/checkout@v7 with: ref: ${{ inputs.release_ref }} - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: "3.12"