Skip to content

Commit cf32c84

Browse files
Bump actions/setup-python from 6 to 7 (#3215)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8935e72 commit cf32c84

19 files changed

Lines changed: 31 additions & 31 deletions

.github/workflows/deploy_branch.yml

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

1414
steps:
1515
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v6
16+
uses: actions/setup-python@v7
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919

.github/workflows/deploy_protected.yml

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

3939
steps:
4040
- name: Set up Python ${{ matrix.python-version }}
41-
uses: actions/setup-python@v6
41+
uses: actions/setup-python@v7
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
- uses: actions/checkout@v7

.github/workflows/deploy_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v6
26+
uses: actions/setup-python@v7
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929

@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- name: Set up Python
76-
uses: actions/setup-python@v6
76+
uses: actions/setup-python@v7
7777
with:
7878
python-version: "3.12"
7979
- uses: actions/checkout@v7

.github/workflows/test_benchmark_collection_models.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
AMICI_EXTRACT_CSE: ${{ matrix.extract_subexpressions }}
2828
steps:
2929
- name: Set up Python ${{ matrix.python-version }}
30-
uses: actions/setup-python@v6
30+
uses: actions/setup-python@v7
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333

@@ -104,7 +104,7 @@ jobs:
104104
AMICI_EXTRACT_CSE: ${{ matrix.extract_subexpressions }}
105105
steps:
106106
- name: Set up Python ${{ matrix.python-version }}
107-
uses: actions/setup-python@v6
107+
uses: actions/setup-python@v7
108108
with:
109109
python-version: ${{ matrix.python-version }}
110110

.github/workflows/test_doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v6
26+
uses: actions/setup-python@v7
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929

@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Set up Python ${{ matrix.python-version }}
49-
uses: actions/setup-python@v6
49+
uses: actions/setup-python@v7
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252

.github/workflows/test_install.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v6
18+
uses: actions/setup-python@v7
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121

@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: Set up Python ${{ matrix.python-version }}
59-
uses: actions/setup-python@v6
59+
uses: actions/setup-python@v7
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262

@@ -89,7 +89,7 @@ jobs:
8989

9090
steps:
9191
- name: Set up Python ${{ matrix.python-version }}
92-
uses: actions/setup-python@v6
92+
uses: actions/setup-python@v7
9393
with:
9494
python-version: ${{ matrix.python-version }}
9595

.github/workflows/test_jax_performance.yml

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

2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v6
27+
uses: actions/setup-python@v7
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030

.github/workflows/test_performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "== Disk =="
3030
df -h
3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v6
32+
uses: actions/setup-python@v7
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535

.github/workflows/test_petab_sciml.yml

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

2626
steps:
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v6
28+
uses: actions/setup-python@v7
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

.github/workflows/test_petab_sciml_benchmarks.yml

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

2626
steps:
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v6
28+
uses: actions/setup-python@v7
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

0 commit comments

Comments
 (0)