Skip to content

Commit aa28cd9

Browse files
Bump actions/setup-python from 4.5.0 to 4.6.0 (#8616)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66c9052 commit aa28cd9

8 files changed

+18
-18
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@v4.5.0
31+
uses: actions/setup-python@v4.6.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/[email protected]
3737
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3838
id: python
39-
uses: actions/setup-python@v4.5.0
39+
uses: actions/setup-python@v4.6.0
4040
with:
4141
python-version: ${{ env.DEFAULT_PYTHON }}
4242
check-latest: true
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/[email protected]
9292
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
9393
id: python
94-
uses: actions/setup-python@v4.5.0
94+
uses: actions/setup-python@v4.6.0
9595
with:
9696
python-version: ${{ env.DEFAULT_PYTHON }}
9797
check-latest: true
@@ -132,7 +132,7 @@ jobs:
132132
uses: actions/[email protected]
133133
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
134134
id: python
135-
uses: actions/setup-python@v4.5.0
135+
uses: actions/setup-python@v4.6.0
136136
with:
137137
python-version: ${{ env.DEFAULT_PYTHON }}
138138
check-latest: true
@@ -160,7 +160,7 @@ jobs:
160160
uses: actions/[email protected]
161161
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
162162
id: python
163-
uses: actions/setup-python@v4.5.0
163+
uses: actions/setup-python@v4.6.0
164164
with:
165165
python-version: ${{ env.DEFAULT_PYTHON }}
166166
check-latest: true

.github/workflows/primer-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/[email protected]
3939
- name: Set up Python ${{ matrix.python-version }}
4040
id: python
41-
uses: actions/setup-python@v4.5.0
41+
uses: actions/setup-python@v4.6.0
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
check-latest: true
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/[email protected]
7979
- name: Set up Python ${{ matrix.python-version }}
8080
id: python
81-
uses: actions/setup-python@v4.5.0
81+
uses: actions/setup-python@v4.6.0
8282
with:
8383
python-version: ${{ matrix.python-version }}
8484
check-latest: true
@@ -110,7 +110,7 @@ jobs:
110110
uses: actions/[email protected]
111111
- name: Set up Python ${{ matrix.python-version }}
112112
id: python
113-
uses: actions/setup-python@v4.5.0
113+
uses: actions/setup-python@v4.6.0
114114
with:
115115
python-version: ${{ matrix.python-version }}
116116
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/[email protected]
3434
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3535
id: python
36-
uses: actions/setup-python@v4.5.0
36+
uses: actions/setup-python@v4.6.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
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/[email protected]
3636
- name: Set up Python ${{ matrix.python-version }}
3737
id: python
38-
uses: actions/setup-python@v4.5.0
38+
uses: actions/setup-python@v4.6.0
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
check-latest: true

.github/workflows/primer_run_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fetch-depth: 0
4747
- name: Set up Python ${{ matrix.python-version }}
4848
id: python
49-
uses: actions/setup-python@v4.5.0
49+
uses: actions/setup-python@v4.6.0
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252
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/[email protected]
2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
26-
uses: actions/setup-python@v4.5.0
26+
uses: actions/setup-python@v4.6.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/[email protected]
4040
- name: Set up Python ${{ matrix.python-version }}
4141
id: python
42-
uses: actions/setup-python@v4.5.0
42+
uses: actions/setup-python@v4.6.0
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545
check-latest: true
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/[email protected]
9292
- name: Set up Python 3.11
9393
id: python
94-
uses: actions/setup-python@v4.5.0
94+
uses: actions/setup-python@v4.6.0
9595
with:
9696
python-version: "3.11"
9797
check-latest: true
@@ -131,7 +131,7 @@ jobs:
131131
uses: actions/[email protected]
132132
- name: Set up Python ${{ matrix.python-version }}
133133
id: python
134-
uses: actions/setup-python@v4.5.0
134+
uses: actions/setup-python@v4.6.0
135135
with:
136136
python-version: ${{ matrix.python-version }}
137137
check-latest: true
@@ -185,7 +185,7 @@ jobs:
185185
uses: actions/[email protected]
186186
- name: Set up Python ${{ matrix.python-version }}
187187
id: python
188-
uses: actions/setup-python@v4.5.0
188+
uses: actions/setup-python@v4.6.0
189189
with:
190190
python-version: ${{ matrix.python-version }}
191191
check-latest: true
@@ -231,7 +231,7 @@ jobs:
231231
uses: actions/[email protected]
232232
- name: Set up Python ${{ matrix.python-version }}
233233
id: python
234-
uses: actions/setup-python@v4.5.0
234+
uses: actions/setup-python@v4.6.0
235235
with:
236236
python-version: ${{ matrix.python-version }}
237237
check-latest: true
@@ -275,7 +275,7 @@ jobs:
275275
uses: actions/[email protected]
276276
- name: Set up Python ${{ matrix.python-version }}
277277
id: python
278-
uses: actions/setup-python@v4.5.0
278+
uses: actions/setup-python@v4.6.0
279279
with:
280280
python-version: ${{ matrix.python-version }}
281281
check-latest: true

0 commit comments

Comments
 (0)