From 5c18be61c7367e37be7dda6849e91217f02f3e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 13:45:47 +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/docs-to_gh-pages.yml | 2 +- .github/workflows/tox-pytest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-to_gh-pages.yml b/.github/workflows/docs-to_gh-pages.yml index 313c5e8a0..72bdf7bca 100644 --- a/.github/workflows/docs-to_gh-pages.yml +++ b/.github/workflows/docs-to_gh-pages.yml @@ -11,7 +11,7 @@ jobs: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: Install uv uses: astral-sh/setup-uv@v6 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: "3.13" - name: Install dependencies diff --git a/.github/workflows/tox-pytest.yml b/.github/workflows/tox-pytest.yml index 2160eae53..352bef5ad 100644 --- a/.github/workflows/tox-pytest.yml +++ b/.github/workflows/tox-pytest.yml @@ -18,7 +18,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v6 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install dependencies