From e13bef35345e72bfdc8ad7dd25cb52cb8af95d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 17:34:06 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 5.6.0 to 6.3.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/a26af69be951a213d495a4c3e4e4022e16d87065...ece7cb06caefa5fff74198d8649806c4678c61a1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-testpypi.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release-gate.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-testpypi.yml b/.github/workflows/publish-testpypi.yml index 2346133..c9634dc 100644 --- a/.github/workflows/publish-testpypi.yml +++ b/.github/workflows/publish-testpypi.yml @@ -31,7 +31,7 @@ jobs: with: ref: ${{ inputs.ref }} persist-credentials: false # build from the tag only; publish is OIDC, not git creds - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: { python-version: "3.12" } - name: Build sdist + wheel run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 667a873..284e589 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: with: ref: ${{ inputs.ref }} persist-credentials: false # build from the tag only; publish is OIDC, not git creds - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: "3.12" - name: Build sdist + wheel diff --git a/.github/workflows/release-gate.yml b/.github/workflows/release-gate.yml index a6375d1..a83d03c 100644 --- a/.github/workflows/release-gate.yml +++ b/.github/workflows/release-gate.yml @@ -58,7 +58,7 @@ jobs: ref: ${{ inputs.ref || github.ref }} fetch-depth: 0 persist-credentials: false # build + Sigstore attest via OIDC; no authenticated git ops - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: { python-version: "3.12" } - name: Build sdist + wheel run: |