From 70a07c34b8e9f5662c1d2c05b3499e32b6581bba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 18:17:18 +0000 Subject: [PATCH] Bump actions/setup-python from 5.6.0 to 6.0.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/a26af69be951a213d495a4c3e4e4022e16d87065...e797f83bcb11b83ae66e0230d6156d7c80228e7c) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_build_wheels.yaml | 2 +- .github/workflows/ci_build_library.yaml | 2 +- .github/workflows/ci_format_checks.yml | 2 +- .github/workflows/ci_hardware_options.yaml | 2 +- .github/workflows/ci_sanitizer_tests.yaml | 2 +- .github/workflows/ci_tcmalloc_test.yaml | 2 +- .github/workflows/cirq_compatibility.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/_build_wheels.yaml b/.github/workflows/_build_wheels.yaml index 1d07d8c65..5284e8030 100644 --- a/.github/workflows/_build_wheels.yaml +++ b/.github/workflows/_build_wheels.yaml @@ -68,7 +68,7 @@ jobs: submodules: recursive - name: Set up Python with caching of pip dependencies - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5 with: python-version: '3.12' cache: pip diff --git a/.github/workflows/ci_build_library.yaml b/.github/workflows/ci_build_library.yaml index 1761dee06..eedf4df6e 100644 --- a/.github/workflows/ci_build_library.yaml +++ b/.github/workflows/ci_build_library.yaml @@ -99,7 +99,7 @@ jobs: submodules: recursive - name: Set up Python with caching of pip dependencies - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5 id: setup with: python-version: '3.${{matrix.conf.py}}' diff --git a/.github/workflows/ci_format_checks.yml b/.github/workflows/ci_format_checks.yml index d860014d3..0b3c356b2 100644 --- a/.github/workflows/ci_format_checks.yml +++ b/.github/workflows/ci_format_checks.yml @@ -71,7 +71,7 @@ jobs: fetch-depth: 0 - name: Set up Python with caching of pip dependencies - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5 with: python-version: '3.13' cache: pip diff --git a/.github/workflows/ci_hardware_options.yaml b/.github/workflows/ci_hardware_options.yaml index c85ecae33..015bd235c 100644 --- a/.github/workflows/ci_hardware_options.yaml +++ b/.github/workflows/ci_hardware_options.yaml @@ -84,7 +84,7 @@ jobs: repository-cache: true - name: Set up Python with caching of pip dependencies - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5 with: python-version: '3.12' cache: pip diff --git a/.github/workflows/ci_sanitizer_tests.yaml b/.github/workflows/ci_sanitizer_tests.yaml index 753441365..aa84fb79b 100644 --- a/.github/workflows/ci_sanitizer_tests.yaml +++ b/.github/workflows/ci_sanitizer_tests.yaml @@ -81,7 +81,7 @@ jobs: repository-cache: true - name: Set up Python with caching of pip dependencies - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5 id: setup with: python-version: '3.12' diff --git a/.github/workflows/ci_tcmalloc_test.yaml b/.github/workflows/ci_tcmalloc_test.yaml index fb64c37b3..d8acd910b 100644 --- a/.github/workflows/ci_tcmalloc_test.yaml +++ b/.github/workflows/ci_tcmalloc_test.yaml @@ -78,7 +78,7 @@ jobs: repository-cache: true - name: Set up Python with caching of pip dependencies - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5 with: python-version: '3.12' cache: pip diff --git a/.github/workflows/cirq_compatibility.yml b/.github/workflows/cirq_compatibility.yml index f28b2a6f4..ff41ebbcc 100644 --- a/.github/workflows/cirq_compatibility.yml +++ b/.github/workflows/cirq_compatibility.yml @@ -46,7 +46,7 @@ jobs: submodules: recursive - name: Set up Python with caching of pip dependencies - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5 with: python-version: '3.12' cache: pip