Skip to content

Commit f6df844

Browse files
Bump actions/setup-python from 5.1.1 to 5.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.1 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.1.1...v5.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3a91ef commit f6df844

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
${{ steps.changelog-draft-name.outputs.filename-base }}.rst
166166
steps:
167167
- name: Switch to using Python 3.11 by default
168-
uses: actions/setup-python@v5.1.1
168+
uses: actions/setup-python@v5.3.0
169169
with:
170170
python-version: 3.11
171171
- name: >-
@@ -438,7 +438,7 @@ jobs:
438438

439439
steps:
440440
- name: Switch to using Python 3.11
441-
uses: actions/setup-python@v5.1.1
441+
uses: actions/setup-python@v5.3.0
442442
with:
443443
python-version: 3.11
444444

@@ -861,7 +861,7 @@ jobs:
861861

862862
steps:
863863
- name: Switch to using Python ${{ matrix.python-version }}
864-
uses: actions/setup-python@v5.1.1
864+
uses: actions/setup-python@v5.3.0
865865
with:
866866
python-version: ${{ matrix.python-version }}
867867

@@ -1398,7 +1398,7 @@ jobs:
13981398

13991399
steps:
14001400
- name: Switch to using Python 3.11 by default
1401-
uses: actions/setup-python@v5.1.1
1401+
uses: actions/setup-python@v5.3.0
14021402
with:
14031403
python-version: 3.11
14041404

@@ -1899,7 +1899,7 @@ jobs:
18991899
path: dist/
19001900

19011901
- name: Switch to Python 3.11
1902-
uses: actions/setup-python@v5.1.1
1902+
uses: actions/setup-python@v5.3.0
19031903
with:
19041904
python-version: 3.11
19051905
- name: >-

.github/workflows/reusable-build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
steps:
9595
- name: Switch to using Python 3.11 by default
96-
uses: actions/setup-python@v5.1.1
96+
uses: actions/setup-python@v5.3.0
9797
with:
9898
python-version: 3.11
9999

.github/workflows/reusable-linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4.1.6
3535
- name: Set up Python ${{ matrix.python-version }}
36-
uses: actions/setup-python@v5.1.1
36+
uses: actions/setup-python@v5.3.0
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
- name: >-

.github/workflows/reusable-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
}} libssh-dev
104104
- name: Switch 🐍 to v${{ inputs.python-version }}
105105
id: python-install
106-
uses: actions/setup-python@v5.1.1
106+
uses: actions/setup-python@v5.3.0
107107
with:
108108
python-version: ${{ inputs.python-version }}
109109

0 commit comments

Comments
 (0)