Skip to content

Commit e372f27

Browse files
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](actions/setup-python@a26af69...e797f83) --- 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] <support@github.com>
1 parent 05b9fbf commit e372f27

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/_build_wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
submodules: recursive
6969

7070
- name: Set up Python with caching of pip dependencies
71-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
71+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
7272
with:
7373
python-version: '3.12'
7474
cache: pip

.github/workflows/ci_build_library.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
submodules: recursive
100100

101101
- name: Set up Python with caching of pip dependencies
102-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
102+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
103103
id: setup
104104
with:
105105
python-version: '3.${{matrix.conf.py}}'

.github/workflows/ci_format_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
fetch-depth: 0
7272

7373
- name: Set up Python with caching of pip dependencies
74-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
74+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
7575
with:
7676
python-version: '3.13'
7777
cache: pip

.github/workflows/ci_hardware_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
repository-cache: true
8585

8686
- name: Set up Python with caching of pip dependencies
87-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
87+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
8888
with:
8989
python-version: '3.12'
9090
cache: pip

.github/workflows/ci_sanitizer_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
repository-cache: true
8282

8383
- name: Set up Python with caching of pip dependencies
84-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
84+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
8585
id: setup
8686
with:
8787
python-version: '3.12'

.github/workflows/ci_tcmalloc_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
repository-cache: true
7979

8080
- name: Set up Python with caching of pip dependencies
81-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
81+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
8282
with:
8383
python-version: '3.12'
8484
cache: pip

.github/workflows/cirq_compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
submodules: recursive
4747

4848
- name: Set up Python with caching of pip dependencies
49-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
49+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
5050
with:
5151
python-version: '3.12'
5252
cache: pip

0 commit comments

Comments
 (0)