Skip to content

Commit 75889c0

Browse files
Bump actions/setup-python from 4.3.1 to 4.4.0 (#7984)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.3.1...v4.4.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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b1f80a commit 75889c0

File tree

8 files changed

+18
-18
lines changed

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.3.1
31+
uses: actions/setup-python@v4.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/[email protected]
3737
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3838
id: python
39-
uses: actions/setup-python@v4.3.1
39+
uses: actions/setup-python@v4.4.0
4040
with:
4141
python-version: ${{ env.DEFAULT_PYTHON }}
4242
check-latest: true
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/[email protected]
9191
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
9292
id: python
93-
uses: actions/setup-python@v4.3.1
93+
uses: actions/setup-python@v4.4.0
9494
with:
9595
python-version: ${{ env.DEFAULT_PYTHON }}
9696
check-latest: true
@@ -139,7 +139,7 @@ jobs:
139139
uses: actions/[email protected]
140140
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
141141
id: python
142-
uses: actions/setup-python@v4.3.1
142+
uses: actions/setup-python@v4.4.0
143143
with:
144144
python-version: ${{ env.DEFAULT_PYTHON }}
145145
check-latest: true
@@ -171,7 +171,7 @@ jobs:
171171
uses: actions/[email protected]
172172
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
173173
id: python
174-
uses: actions/setup-python@v4.3.1
174+
uses: actions/setup-python@v4.4.0
175175
with:
176176
python-version: ${{ env.DEFAULT_PYTHON }}
177177
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.3.1
41+
uses: actions/setup-python@v4.4.0
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
check-latest: true
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/[email protected]
7878
- name: Set up Python ${{ matrix.python-version }}
7979
id: python
80-
uses: actions/setup-python@v4.3.1
80+
uses: actions/setup-python@v4.4.0
8181
with:
8282
python-version: ${{ matrix.python-version }}
8383
check-latest: true
@@ -113,7 +113,7 @@ jobs:
113113
uses: actions/[email protected]
114114
- name: Set up Python ${{ matrix.python-version }}
115115
id: python
116-
uses: actions/setup-python@v4.3.1
116+
uses: actions/setup-python@v4.4.0
117117
with:
118118
python-version: ${{ matrix.python-version }}
119119
check-latest: true

.github/workflows/primer_comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/[email protected]
3838
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3939
id: python
40-
uses: actions/setup-python@v4.3.1
40+
uses: actions/setup-python@v4.4.0
4141
with:
4242
python-version: ${{ env.DEFAULT_PYTHON }}
4343
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.3.1
38+
uses: actions/setup-python@v4.4.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.3.1
49+
uses: actions/setup-python@v4.4.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.3.1
26+
uses: actions/setup-python@v4.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
@@ -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.3.1
38+
uses: actions/setup-python@v4.4.0
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
check-latest: true
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/[email protected]
9292
- name: Set up Python ${{ matrix.python-version }}
9393
id: python
94-
uses: actions/setup-python@v4.3.1
94+
uses: actions/setup-python@v4.4.0
9595
with:
9696
python-version: ${{ matrix.python-version }}
9797
check-latest: true
@@ -136,7 +136,7 @@ jobs:
136136
uses: actions/[email protected]
137137
- name: Set up Python ${{ matrix.python-version }}
138138
id: python
139-
uses: actions/setup-python@v4.3.1
139+
uses: actions/setup-python@v4.4.0
140140
with:
141141
python-version: ${{ matrix.python-version }}
142142
check-latest: true
@@ -194,7 +194,7 @@ jobs:
194194
uses: actions/[email protected]
195195
- name: Set up Python ${{ matrix.python-version }}
196196
id: python
197-
uses: actions/setup-python@v4.3.1
197+
uses: actions/setup-python@v4.4.0
198198
with:
199199
python-version: ${{ matrix.python-version }}
200200
check-latest: true
@@ -240,7 +240,7 @@ jobs:
240240
uses: actions/[email protected]
241241
- name: Set up Python ${{ matrix.python-version }}
242242
id: python
243-
uses: actions/setup-python@v4.3.1
243+
uses: actions/setup-python@v4.4.0
244244
with:
245245
python-version: ${{ matrix.python-version }}
246246
check-latest: true
@@ -284,7 +284,7 @@ jobs:
284284
uses: actions/[email protected]
285285
- name: Set up Python ${{ matrix.python-version }}
286286
id: python
287-
uses: actions/setup-python@v4.3.1
287+
uses: actions/setup-python@v4.4.0
288288
with:
289289
python-version: ${{ matrix.python-version }}
290290
check-latest: true

0 commit comments

Comments
 (0)