From a2bd8c9feabcbf1dd57f4b677d137e8653cd40dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:34:46 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 6 to 7 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Releases.yml | 2 +- .github/workflows/RunTest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Releases.yml b/.github/workflows/Releases.yml index 002b4edf..9bad8323 100644 --- a/.github/workflows/Releases.yml +++ b/.github/workflows/Releases.yml @@ -22,7 +22,7 @@ jobs: git fetch --tags --force - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.12" diff --git a/.github/workflows/RunTest.yaml b/.github/workflows/RunTest.yaml index 856fb893..08b98f86 100644 --- a/.github/workflows/RunTest.yaml +++ b/.github/workflows/RunTest.yaml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} - name: Install dependencies