Skip to content

Commit b0e1496

Browse files
Bump actions/setup-python from 3 to 4 (#799)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 752ad81 commit b0e1496

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
@@ -65,7 +65,7 @@ jobs:
6565
wheel-artifact-name: ${{ steps.artifact-name.outputs.wheel }}
6666
steps:
6767
- name: Switch to using Python 3.10 by default
68-
uses: actions/setup-python@v3
68+
uses: actions/setup-python@v4
6969
with:
7070
python-version: >-
7171
3.10
@@ -220,7 +220,7 @@ jobs:
220220

221221
steps:
222222
- name: Switch to using Python v3.10
223-
uses: actions/setup-python@v3
223+
uses: actions/setup-python@v4
224224
with:
225225
python-version: >-
226226
3.10
@@ -324,7 +324,7 @@ jobs:
324324

325325
steps:
326326
- name: Switch to using Python 3.10 by default
327-
uses: actions/setup-python@v3
327+
uses: actions/setup-python@v4
328328
with:
329329
python-version: >-
330330
3.10
@@ -452,7 +452,7 @@ jobs:
452452

453453
steps:
454454
- name: Setup Python ${{ matrix.py }}
455-
uses: actions/setup-python@v3
455+
uses: actions/setup-python@v4
456456
with:
457457
python-version: ${{ matrix.py }}
458458

0 commit comments

Comments
 (0)