From fd6808e1eef6c472c05d08832a9f02cff79abd8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 21:28:52 +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 | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/automated-checks.yml b/.github/workflows/automated-checks.yml index 7b3e21a..fa1cc86 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 }} @@ -167,7 +167,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 82c638e..80b66c3 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