Skip to content

Commit a5c2e8d

Browse files
Bump actions/setup-python from 5 to 6 in the ci group (#76)
Bumps the ci group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 562aec9 commit a5c2e8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: >-
9393
Switch to using Python v${{ matrix.python-version }}
9494
by default
95-
uses: actions/setup-python@v5
95+
uses: actions/setup-python@v6
9696
with:
9797
python-version: ${{ matrix.python-version }}
9898
- name: >-
@@ -191,7 +191,7 @@ jobs:
191191
wheel-artifact-name: ${{ steps.artifact-name.outputs.wheel }}
192192
steps:
193193
- name: Switch to using Python 3.13 by default
194-
uses: actions/setup-python@v5
194+
uses: actions/setup-python@v6
195195
with:
196196
python-version: 3.13
197197
- name: >-
@@ -397,7 +397,7 @@ jobs:
397397

398398
steps:
399399
- name: Switch to using Python 3.13 by default
400-
uses: actions/setup-python@v5
400+
uses: actions/setup-python@v6
401401
with:
402402
python-version: 3.13
403403
- name: >-
@@ -542,7 +542,7 @@ jobs:
542542
steps:
543543
- name: Set up Python ${{ matrix.python-version }}
544544
id: python-install
545-
uses: actions/setup-python@v5
545+
uses: actions/setup-python@v6
546546
with:
547547
python-version: ${{ matrix.python-version }}
548548

0 commit comments

Comments
 (0)