From d64bd1549126857af8612c1e4726c46face0ac35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 09:22:55 +0000 Subject: [PATCH] Bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage_lint_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage_lint_build.yml b/.github/workflows/coverage_lint_build.yml index 82e0e14f..fcb83af1 100644 --- a/.github/workflows/coverage_lint_build.yml +++ b/.github/workflows/coverage_lint_build.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Install CPython - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} @@ -60,7 +60,7 @@ jobs: fetch-depth: 0 - name: Install CPython - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.11 @@ -90,7 +90,7 @@ jobs: - name: "Setup Python @ ${{ matrix.python-version }}" id: setup-python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "${{ matrix.python-version }}" cache: "pip"