Skip to content

Commit 41c0985

Browse files
Bump actions/setup-python from 6.0.0 to 6.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v6.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 414c704 commit 41c0985

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
enable-cache: true
4040

4141
- name: "Set up Python"
42-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
42+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
4343
with:
4444
python-version-file: ".python-version"
4545

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
enable-cache: true
5252

5353
- name: Set up Python
54-
uses: actions/setup-python@v6
54+
uses: actions/setup-python@v6.1.0
5555
with:
5656
python-version-file: ".python-version"
5757

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
enable-cache: true
5252

5353
- name: "Set up Python"
54-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
54+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
5555
with:
5656
python-version-file: ".python-version"
5757

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
enable-cache: true
2727

2828
- name: "Set up Python"
29-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
29+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
3030
with:
3131
python-version-file: ".python-version"
3232

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
enable-cache: true
5252

5353
- name: "Set up Python"
54-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
54+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
5555
with:
5656
python-version-file: ".python-version"
5757

0 commit comments

Comments
 (0)