Skip to content

Commit 2eb5906

Browse files
gh(deps): bump actions/setup-python from 6 to 7
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>
1 parent 35f711f commit 2eb5906

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/examples-mpi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v7
5151

5252
- name: Set up Python
53-
uses: actions/setup-python@v6
53+
uses: actions/setup-python@v7
5454
with:
5555
python-version: 3.11
5656

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v7
2424
- name: Set up Python 3.10
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@v7
2626
with:
2727
python-version: "3.10"
2828
- name: Install dependencies
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v7
5050
- name: Set up Python 3.10
51-
uses: actions/setup-python@v6
51+
uses: actions/setup-python@v7
5252
with:
5353
python-version: "3.10"
5454
- name: Install dependencies

.github/workflows/pytest-core-mpi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
RDMAV_FORK_SAFE: 1
3232

3333
steps:
34-
- uses: actions/setup-python@v6
34+
- uses: actions/setup-python@v7
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737

.github/workflows/pytest-core-nompi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
uses: actions/checkout@v7
117117

118118
- name: Set up Python ${{ matrix.python-version }}
119-
uses: actions/setup-python@v6
119+
uses: actions/setup-python@v7
120120
with:
121121
python-version: ${{ matrix.python-version }}
122122
allow-prereleases: true

.github/workflows/pythonpublish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v7
1515
- name: Set up Python
16-
uses: actions/setup-python@v6
16+
uses: actions/setup-python@v7
1717
with:
1818
python-version: '3.x'
1919
- name: Install dependencies

.github/workflows/tutorials.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v7
5353

5454
- name: Set up Python ${{ matrix.python-version }}
55-
uses: actions/setup-python@v6
55+
uses: actions/setup-python@v7
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858

0 commit comments

Comments
 (0)