Skip to content

Commit 3cba15b

Browse files
Bump actions/setup-python from 4.7.0 to 4.7.1 (#9089)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.0...v4.7.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83bd48f commit 3cba15b

8 files changed

+17
-17
lines changed

.github/workflows/changelog.yml

+1-1
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/[email protected].0
31+
uses: actions/[email protected].1
3232
with:
3333
python-version: ${{ env.DEFAULT_PYTHON }}
3434
check-latest: true

.github/workflows/checks.yaml

+4-4
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/[email protected].0
39+
uses: actions/[email protected].1
4040
with:
4141
python-version: ${{ env.DEFAULT_PYTHON }}
4242
check-latest: true
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/[email protected]
9393
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
9494
id: python
95-
uses: actions/[email protected].0
95+
uses: actions/[email protected].1
9696
with:
9797
python-version: ${{ env.DEFAULT_PYTHON }}
9898
check-latest: true
@@ -133,7 +133,7 @@ jobs:
133133
uses: actions/[email protected]
134134
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
135135
id: python
136-
uses: actions/[email protected].0
136+
uses: actions/[email protected].1
137137
with:
138138
python-version: ${{ env.DEFAULT_PYTHON }}
139139
check-latest: true
@@ -161,7 +161,7 @@ jobs:
161161
uses: actions/[email protected]
162162
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
163163
id: python
164-
uses: actions/[email protected].0
164+
uses: actions/[email protected].1
165165
with:
166166
python-version: ${{ env.DEFAULT_PYTHON }}
167167
check-latest: true

.github/workflows/primer-test.yaml

+2-2
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/[email protected].0
41+
uses: actions/[email protected].1
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/[email protected].0
81+
uses: actions/[email protected].1
8282
with:
8383
python-version: ${{ matrix.python-version }}
8484
check-latest: true

.github/workflows/primer_comment.yaml

+1-1
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/[email protected].0
36+
uses: actions/[email protected].1
3737
with:
3838
python-version: ${{ env.DEFAULT_PYTHON }}
3939
check-latest: true

.github/workflows/primer_run_main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/[email protected]
3838
- name: Set up Python ${{ matrix.python-version }}
3939
id: python
40-
uses: actions/[email protected].0
40+
uses: actions/[email protected].1
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
check-latest: true

.github/workflows/primer_run_pr.yaml

+1-1
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/[email protected].0
51+
uses: actions/[email protected].1
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
check-latest: true

.github/workflows/release.yml

+1-1
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/[email protected].0
26+
uses: actions/[email protected].1
2727
with:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
check-latest: true

.github/workflows/tests.yaml

+6-6
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/[email protected].0
42+
uses: actions/[email protected].1
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/[email protected].0
94+
uses: actions/[email protected].1
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/[email protected].0
134+
uses: actions/[email protected].1
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/[email protected].0
188+
uses: actions/[email protected].1
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/[email protected].0
234+
uses: actions/[email protected].1
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/[email protected].0
278+
uses: actions/[email protected].1
279279
with:
280280
python-version: ${{ matrix.python-version }}
281281
check-latest: true

0 commit comments

Comments
 (0)