From cd1716ad2f97dfcd6d7941f62d77ba4f97370d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 18:55:54 +0000 Subject: [PATCH] GitHub Action: Bump actions/setup-python Bumps the all-actions-dependencies group with 1 update in the / directory: [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: all-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/prepare-binaries.yml | 2 +- .github/workflows/validate-kek-updates.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prepare-binaries.yml b/.github/workflows/prepare-binaries.yml index e8b96e8..a776427 100644 --- a/.github/workflows/prepare-binaries.yml +++ b/.github/workflows/prepare-binaries.yml @@ -44,7 +44,7 @@ jobs: owner: ${{ github.repository_owner }} - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.12 cache: 'pip' diff --git a/.github/workflows/validate-kek-updates.yml b/.github/workflows/validate-kek-updates.yml index 578bb15..bcc25c3 100644 --- a/.github/workflows/validate-kek-updates.yml +++ b/.github/workflows/validate-kek-updates.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 # Need full history to compare with base branch - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.12 cache: 'pip'