Skip to content

Commit f3f0f5e

Browse files
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 b5c0444 commit f3f0f5e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout repository
3333
uses: actions/checkout@v7
3434
- name: Set up Python
35-
uses: actions/setup-python@v6
35+
uses: actions/setup-python@v7
3636
with:
3737
python-version: '3.14'
3838
- name: Install Graphviz
@@ -67,7 +67,7 @@ jobs:
6767
- name: Checkout repository
6868
uses: actions/checkout@v7
6969
- name: Set up Python
70-
uses: actions/setup-python@v6
70+
uses: actions/setup-python@v7
7171
with:
7272
python-version: '3.14'
7373
- name: Install dependencies

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
submodules: recursive
4949
fetch-depth: 0
50-
- uses: actions/setup-python@v6
50+
- uses: actions/setup-python@v7
5151
with:
5252
python-version: "3.14"
5353
- name: Setup environment

0 commit comments

Comments
 (0)