Skip to content

Commit 1353a29

Browse files
[UPDATE] (deps): Bump actions/setup-python in /.github/workflows
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] <[email protected]>
1 parent fe60ba2 commit 1353a29

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
44+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
60+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
192+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.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
@@ -1395,7 +1395,7 @@ jobs:
13951395
python-version: "${{ vars.PYTHON_DEFAULT }}"
13961396
- name: Prep Testing Tox
13971397
id: prep-tox
1398-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
1398+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
13991399
with:
14001400
python-version: |
14011401
${{ vars.PYTHON_OLD_MIN }}

0 commit comments

Comments
 (0)