Skip to content

Commit 1c955de

Browse files
Bump actions/setup-python from 6 to 7 (#374)
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 56e30fb commit 1c955de

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v7
1717

1818
- name: Setup Python
19-
uses: actions/setup-python@v6
19+
uses: actions/setup-python@v7
2020
with:
2121
python-version: '3.14'
2222
cache: "pip"

.github/workflows/docs-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
sudo apt install pandoc doxygen
2121
2222
- name: Setup Python
23-
uses: actions/setup-python@v6
23+
uses: actions/setup-python@v7
2424
with:
2525
python-version: '3.14'
2626
cache: "pip"

.github/workflows/flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v7
1919

2020
- name: Install Python
21-
uses: actions/setup-python@v6
21+
uses: actions/setup-python@v7
2222
with:
2323
python-version: '3.14'
2424
cache: "pip"

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
sudo apt install pandoc doxygen
1717
1818
- name: Setup Python
19-
uses: actions/setup-python@v6
19+
uses: actions/setup-python@v7
2020
with:
2121
python-version: '3.14'
2222
cache: "pip"

.github/workflows/isort.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v7
1919

2020
- name: Install Python
21-
uses: actions/setup-python@v6
21+
uses: actions/setup-python@v7
2222
with:
2323
python-version: '3.14'
2424
cache: "pip"

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v7
1919

2020
- name: Install Python
21-
uses: actions/setup-python@v6
21+
uses: actions/setup-python@v7
2222
with:
2323
python-version: '3.14'
2424
cache: "pip"

.github/workflows/pytest-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v7
2323

2424
- name: Install Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@v7
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
cache: "pip"

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v7
2323

2424
- name: Install Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@v7
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
allow-prereleases: true

.github/workflows/regtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v7
2323

2424
- name: Install Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@v7
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
allow-prereleases: true

0 commit comments

Comments
 (0)