From 40a1c76a919901e22e4ddad6531603c2eac57021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 22:32:50 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 6.1.0 to 7.0.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/83679a892e2d95755f2dac6acb0bfd1e9ac5d548...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/release.yaml | 2 +- .github/workflows/tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d0f6959..a5c6401 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - https://github.com/actions/checkout/releases - name: setup/python3 - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 - https://github.com/actions/setup-python/releases + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v6.1.0 - https://github.com/actions/setup-python/releases with: python-version: "3.14" cache: "pipenv" diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7c539e1..a19ee74 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - https://github.com/actions/checkout/releases - name: setup/python3 - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 - https://github.com/actions/setup-python/releases + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v6.1.0 - https://github.com/actions/setup-python/releases with: python-version: "3.14" cache: "pipenv"