Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 3b8c6e8

Browse files
dependabot[bot]FishtownBuildBotmikealfare
authored
Bump actions/setup-python from 4 to 5 (#1182)
* Bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Add automated changelog yaml from template for bot PR --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot <[email protected]> Co-authored-by: Mike Alfare <[email protected]>
1 parent f62d99c commit 3b8c6e8

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: "Dependencies"
2+
body: "Bump actions/setup-python from 4 to 5"
3+
time: 2024-04-12T15:53:54.00000Z
4+
custom:
5+
Author: dependabot[bot]
6+
PR: 1182

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
ref: ${{ github.event.pull_request.head.sha }}
158158

159159
- name: Set up Python ${{ matrix.python-version }}
160-
uses: actions/setup-python@v4
160+
uses: actions/setup-python@v5
161161
with:
162162
python-version: ${{ matrix.python-version }}
163163

@@ -237,7 +237,7 @@ jobs:
237237
ref: ${{ github.event.pull_request.head.sha }}
238238

239239
- name: Set up Python 3.8
240-
uses: actions/setup-python@v4
240+
uses: actions/setup-python@v5
241241
with:
242242
python-version: "3.8"
243243

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
persist-credentials: false
4949

5050
- name: Set up Python
51-
uses: actions/setup-python@v4
51+
uses: actions/setup-python@v5
5252
with:
5353
python-version: '3.8'
5454

@@ -84,7 +84,7 @@ jobs:
8484
persist-credentials: false
8585

8686
- name: Set up Python ${{ matrix.python-version }}
87-
uses: actions/setup-python@v4
87+
uses: actions/setup-python@v5
8888
with:
8989
python-version: ${{ matrix.python-version }}
9090

@@ -125,7 +125,7 @@ jobs:
125125
persist-credentials: false
126126

127127
- name: Set up Python
128-
uses: actions/setup-python@v4
128+
uses: actions/setup-python@v5
129129
with:
130130
python-version: '3.8'
131131

@@ -178,7 +178,7 @@ jobs:
178178

179179
steps:
180180
- name: Set up Python ${{ matrix.python-version }}
181-
uses: actions/setup-python@v4
181+
uses: actions/setup-python@v5
182182
with:
183183
python-version: ${{ matrix.python-version }}
184184
- name: Install python dependencies

0 commit comments

Comments
 (0)