From f2e96a1b4eeac1c2474af2e1554b2f0b43f96d70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 10:56:18 +0000 Subject: [PATCH] [github-actions] 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/automated-checks.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/automated-checks.yml b/.github/workflows/automated-checks.yml index 8b536951..e51a1afc 100644 --- a/.github/workflows/automated-checks.yml +++ b/.github/workflows/automated-checks.yml @@ -34,7 +34,7 @@ jobs: # Set up Python # - name: Set up Python -# uses: actions/setup-python@v6 +# uses: actions/setup-python@v7 # with: # python-version-file: 'pyproject.toml' # Read the Python version from the pyproject.toml file @@ -108,7 +108,7 @@ jobs: # Set up Python - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} @@ -210,7 +210,7 @@ jobs: # # # Set up Python # - name: Setup Python ${{ matrix.python-version }} -# uses: actions/setup-python@v6 +# uses: actions/setup-python@v7 # with: # python-version: ${{ matrix.python-version }} # @@ -243,7 +243,7 @@ jobs: # Set up Python - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version-file: 'pyproject.toml' # Read the Python version from the pyproject.toml file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82c638e1..80b66c3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: # Set up Python - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version-file: 'pyproject.toml' # Read the Python version from the pyproject.toml file