From a26fd40fbd2fa27194500ee62c39f8998feba718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 21:14:14 +0000 Subject: [PATCH] deps(deps): bump actions/setup-python in the setup-actions group Bumps the setup-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `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 dependency-group: setup-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 7ed0b3a..f1d8f96 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v6 with: { fetch-depth: 0 } # deep clone for setuptools-scm - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 id: setup-python with: { python-version: "3.10" } - name: Run static analysis and format checkers @@ -73,7 +73,7 @@ jobs: run: | git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)" git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)" - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 id: setup-python with: python-version: ${{ matrix.python }}