From a1d2ee61b2aeba0c47f05aca99b7f8844577bfba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 06:09:40 +0000 Subject: [PATCH] deps(deps): bump actions/setup-python Bumps the github-actions-minor-patch group with 1 update in the / directory: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/a309ff8b426b58ec0e2a45f0f869d46889d02405...ece7cb06caefa5fff74198d8649806c4678c61a1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/_code-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_code-analysis.yml b/.github/workflows/_code-analysis.yml index bc79a2c2..1632ec5e 100644 --- a/.github/workflows/_code-analysis.yml +++ b/.github/workflows/_code-analysis.yml @@ -42,7 +42,7 @@ jobs: - name: 🐍 Set up Python from .python-version # actions/setup-python@v6.2.0 # https://github.com/actions/setup-python/releases/tag/v6.2.0 - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 with: python-version-file: .python-version cache: pip