From 9045ac42df1e08c0adc75b16c6bd03a43ac2a330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 14:13:18 +0000 Subject: [PATCH] Chore: Bump actions/setup-python from 6.3.0 to 7.0.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/ece7cb06caefa5fff74198d8649806c4678c61a1...5fda3b95a4ea91299a34e894583c3862153e4b97) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/resolver-tests.yaml | 2 +- action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/resolver-tests.yaml b/.github/workflows/resolver-tests.yaml index c190678..e074cf2 100644 --- a/.github/workflows/resolver-tests.yaml +++ b/.github/workflows/resolver-tests.yaml @@ -56,7 +56,7 @@ jobs: - name: 'Setup Python' # yamllint disable-line rule:line-length - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: '3.13' diff --git a/action.yaml b/action.yaml index 5061b59..ab892bd 100644 --- a/action.yaml +++ b/action.yaml @@ -157,7 +157,7 @@ runs: - name: "Setup Python ${{ inputs.python_version }}" # yamllint disable-line rule:line-length - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: "${{ inputs.python_version }}"