Skip to content

Commit ce5ba3c

Browse files
Bump actions/setup-python from 5 to 6 (#1245)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ddc6de commit ce5ba3c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/continuous_benchmarking_master_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
# Setup Python version
1919
- name: Setup Python 3.9
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: 3.9
2323

.github/workflows/continuous_benchmarking_pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Setup Python version
2626
- name: Setup Python 3.9
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: 3.9
3030

.github/workflows/nestml-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
# Setup Python version
3232
- name: Setup Python 3.9
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3434
with:
3535
python-version: 3.9
3636

@@ -61,7 +61,7 @@ jobs:
6161

6262
# Setup Python version
6363
- name: Setup Python 3.9
64-
uses: actions/setup-python@v5
64+
uses: actions/setup-python@v6
6565
with:
6666
python-version: 3.9
6767

@@ -128,7 +128,7 @@ jobs:
128128

129129
# Setup Python version
130130
- name: Setup Python 3.9
131-
uses: actions/setup-python@v5
131+
uses: actions/setup-python@v6
132132
with:
133133
python-version: 3.9
134134

@@ -176,7 +176,7 @@ jobs:
176176

177177
# Setup Python version
178178
- name: Setup Python 3.9
179-
uses: actions/setup-python@v5
179+
uses: actions/setup-python@v6
180180
with:
181181
python-version: 3.9
182182

@@ -312,7 +312,7 @@ jobs:
312312

313313
# Setup Python version
314314
- name: Setup Python 3.9
315-
uses: actions/setup-python@v5
315+
uses: actions/setup-python@v6
316316
with:
317317
python-version: 3.9
318318

@@ -376,7 +376,7 @@ jobs:
376376

377377
# Setup Python version
378378
- name: Setup Python 3.9
379-
uses: actions/setup-python@v5
379+
uses: actions/setup-python@v6
380380
with:
381381
python-version: 3.9
382382

0 commit comments

Comments
 (0)