From 3ab34040b1cac651f6d5ba86b89dbe89bd609e02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 06:16:43 +0000 Subject: [PATCH] ci: 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/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02c12b3f..a935f16d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -221,7 +221,7 @@ jobs: # RFC-0111 Phase 2: Python SDK (mycelium-rcig). Unit tests are hermetic # (injected spawn, stdlib unittest — no pip install); the integration run # round-trips real JSON through the SDK using the release binary above. - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: '3.12' - name: Python SDK unit tests diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c09ab88..fa3ee5c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -255,7 +255,7 @@ jobs: VERSION: ${{ needs.validate.outputs.version }} steps: - uses: actions/checkout@v6 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: '3.12' # RFC-0111 Phase 2: the Python SDK (mycelium-rcig) is a pure-Python thin