Skip to content

Commit 000f533

Browse files
authored
Merge pull request #2132 from zeromq/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents e7e63a7 + 3a8a2aa commit 000f533

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232

33-
- uses: actions/setup-python@v5
33+
- uses: actions/setup-python@v6
3434
with:
3535
python-version: "3.12"
3636
cache: pip

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- uses: actions/checkout@v4
127127

128128
- name: setup python
129-
uses: actions/setup-python@v5
129+
uses: actions/setup-python@v6
130130
with:
131131
python-version: ${{ matrix.python }}
132132
architecture: ${{ matrix.arch || 'x64' }}

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434

3535
- name: setup python
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
3838
python-version: "3.11"
3939
cache: pip
@@ -150,7 +150,7 @@ jobs:
150150
- uses: actions/checkout@v4
151151

152152
- name: setup python
153-
uses: actions/setup-python@v5
153+
uses: actions/setup-python@v6
154154
with:
155155
python-version: "3.11"
156156
architecture: ${{ matrix.architecture }}

0 commit comments

Comments
 (0)