Skip to content

Commit 137a385

Browse files
[UPDATE] Version bump actions/setup-python to 6.1
Changes in file .github/actions/checkout-and-rebuild/action.yml: * version bump setup-python Changes in file .github/workflows/CD-PyPi.yml: * version bump setup-python Changes in file .github/workflows/CI-BUILD.yml: * version bump setup-python Changes in file .github/workflows/Tests.yml: * version bump setup-python
2 parents 49289f0 + fc5af6a commit 137a385

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/actions/checkout-and-rebuild/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ runs:
8888
shell: bash
8989
run: printf "sha=%s\n" $(git rev-parse --verify HEAD) >> "$GITHUB_OUTPUT"
9090
- name: "Setup Python"
91-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
91+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
9292
id: cp313
9393
with:
9494
python-version: ${{ inputs.python-version }}

.github/workflows/CD-PyPi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
persist-credentials: false
4343
- id: build-python
44-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
44+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
4545
with:
4646
python-version: "${{ vars.PYTHON_DEFAULT }}"
4747
- id: output_python

.github/workflows/CI-BUILD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
persist-credentials: false
5959
- id: build-python
60-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
60+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
6161
with:
6262
python-version: "${{ vars.PYTHON_DEFAULT }}"
6363
- id: output_python
@@ -189,7 +189,7 @@ jobs:
189189
persist-credentials: false
190190
- id: buildpy
191191
name: Set up Python
192-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
192+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
193193
with:
194194
python-version: ${{ matrix.python-version }}
195195
- id: output_python

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ jobs:
13981398
python-version: "${{ vars.PYTHON_DEFAULT }}"
13991399
- name: Prep Testing Tox
14001400
id: prep-tox
1401-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
1401+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
14021402
with:
14031403
python-version: |
14041404
${{ vars.PYTHON_OLD_MIN }}

0 commit comments

Comments
 (0)