Skip to content

Commit bce5f0c

Browse files
Bump actions/setup-python from 5.3.0 to 5.4.0 (#10218)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.3.0...v5.4.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent acf7705 commit bce5f0c

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3030
id: python
31-
uses: actions/setup-python@v5.3.0
31+
uses: actions/setup-python@v5.4.0
3232
with:
3333
python-version: ${{ env.DEFAULT_PYTHON }}
3434
check-latest: true

.github/workflows/checks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v4.2.2
3737
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3838
id: python
39-
uses: actions/setup-python@v5.3.0
39+
uses: actions/setup-python@v5.4.0
4040
with:
4141
python-version: ${{ env.DEFAULT_PYTHON }}
4242
check-latest: true
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/checkout@v4.2.2
9393
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
9494
id: python
95-
uses: actions/setup-python@v5.3.0
95+
uses: actions/setup-python@v5.4.0
9696
with:
9797
python-version: ${{ env.DEFAULT_PYTHON }}
9898
check-latest: true
@@ -133,7 +133,7 @@ jobs:
133133
uses: actions/checkout@v4.2.2
134134
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
135135
id: python
136-
uses: actions/setup-python@v5.3.0
136+
uses: actions/setup-python@v5.4.0
137137
with:
138138
python-version: ${{ env.DEFAULT_PYTHON }}
139139
check-latest: true
@@ -161,7 +161,7 @@ jobs:
161161
uses: actions/checkout@v4.2.2
162162
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
163163
id: python
164-
uses: actions/setup-python@v5.3.0
164+
uses: actions/setup-python@v5.4.0
165165
with:
166166
python-version: ${{ env.DEFAULT_PYTHON }}
167167
check-latest: true

.github/workflows/primer-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v4.2.2
3939
- name: Set up Python ${{ matrix.python-version }}
4040
id: python
41-
uses: actions/setup-python@v5.3.0
41+
uses: actions/setup-python@v5.4.0
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
check-latest: true
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/checkout@v4.2.2
7979
- name: Set up Python ${{ matrix.python-version }}
8080
id: python
81-
uses: actions/setup-python@v5.3.0
81+
uses: actions/setup-python@v5.4.0
8282
with:
8383
python-version: ${{ matrix.python-version }}
8484
check-latest: true

.github/workflows/primer_comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4.2.2
3434
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3535
id: python
36-
uses: actions/setup-python@v5.3.0
36+
uses: actions/setup-python@v5.4.0
3737
with:
3838
python-version: ${{ env.DEFAULT_PYTHON }}
3939
check-latest: true

.github/workflows/primer_run_main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v4.2.2
3838
- name: Set up Python ${{ matrix.python-version }}
3939
id: python
40-
uses: actions/setup-python@v5.3.0
40+
uses: actions/setup-python@v5.4.0
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
check-latest: true

.github/workflows/primer_run_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949
- name: Set up Python ${{ matrix.python-version }}
5050
id: python
51-
uses: actions/setup-python@v5.3.0
51+
uses: actions/setup-python@v5.4.0
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
check-latest: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4.2.2
2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
26-
uses: actions/setup-python@v5.3.0
26+
uses: actions/setup-python@v5.4.0
2727
with:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
check-latest: true

.github/workflows/tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v4.2.2
4040
- name: Set up Python ${{ matrix.python-version }}
4141
id: python
42-
uses: actions/setup-python@v5.3.0
42+
uses: actions/setup-python@v5.4.0
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545
check-latest: true
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/checkout@v4.2.2
9393
- name: Set up Python 3.12
9494
id: python
95-
uses: actions/setup-python@v5.3.0
95+
uses: actions/setup-python@v5.4.0
9696
with:
9797
python-version: "3.13"
9898
check-latest: true
@@ -132,7 +132,7 @@ jobs:
132132
uses: actions/checkout@v4.2.2
133133
- name: Set up Python ${{ matrix.python-version }}
134134
id: python
135-
uses: actions/setup-python@v5.3.0
135+
uses: actions/setup-python@v5.4.0
136136
with:
137137
python-version: ${{ matrix.python-version }}
138138
check-latest: true
@@ -187,7 +187,7 @@ jobs:
187187
uses: actions/checkout@v4.2.2
188188
- name: Set up Python ${{ matrix.python-version }}
189189
id: python
190-
uses: actions/setup-python@v5.3.0
190+
uses: actions/setup-python@v5.4.0
191191
with:
192192
python-version: ${{ matrix.python-version }}
193193
check-latest: true
@@ -233,7 +233,7 @@ jobs:
233233
uses: actions/checkout@v4.2.2
234234
- name: Set up Python ${{ matrix.python-version }}
235235
id: python
236-
uses: actions/setup-python@v5.3.0
236+
uses: actions/setup-python@v5.4.0
237237
with:
238238
python-version: ${{ matrix.python-version }}
239239
check-latest: true
@@ -277,7 +277,7 @@ jobs:
277277
uses: actions/checkout@v4.2.2
278278
- name: Set up Python ${{ matrix.python-version }}
279279
id: python
280-
uses: actions/setup-python@v5.3.0
280+
uses: actions/setup-python@v5.4.0
281281
with:
282282
python-version: ${{ matrix.python-version }}
283283
check-latest: true

0 commit comments

Comments
 (0)