From 4a55068db7eeaddac97cc6ceaddca6d6d2173355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:48:44 +0100 Subject: [PATCH] chore(deps): bump actions/setup-python from 5 to 6 (#654) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-integration.yml b/.github/workflows/release-integration.yml index 6f339b39..b0405c58 100644 --- a/.github/workflows/release-integration.yml +++ b/.github/workflows/release-integration.yml @@ -47,7 +47,7 @@ jobs: - name: Set up Python if: steps.type.outputs.type == 'python' - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version-file: ".python-version"