From 9eaa0c007c794b69aac7695a00504631f89b51a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 12:02:56 +0000 Subject: [PATCH] build(deps): bump actions/setup-python from 6.2.0 to 6.3.0 Bumps [actions/setup-python](https://github.com/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 ... Signed-off-by: dependabot[bot] --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index a1b39df..329bbd8 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ runs: - name: Set up Python ${{ inputs.python-version }} if: ${{ fromJSON(inputs.python-version) >= 3.13 }} - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 with: cache: 'pip' python-version: ${{ inputs.python-version }} @@ -46,7 +46,7 @@ runs: - name: Set up Python ${{ inputs.python-version }} if: ${{ fromJSON(inputs.python-version) < 3.13 }} - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 with: cache: 'pip' python-version: ${{ inputs.python-version }}