Skip to content

Commit c495355

Browse files
Bump actions/setup-python from 6.3.0 to 7.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent deddc71 commit c495355

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-docs.yaml

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

4646
# https://github.com/actions/setup-python
4747
- name: Set up Python
48-
uses: actions/setup-python@v6.3.0
48+
uses: actions/setup-python@v7.0.0
4949
with:
5050
python-version: 3.13
5151

.github/workflows/excel_inbox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
cache-dependency-glob: "uv.lock"
227227

228228
- name: Set up Python ${{ matrix.python-version }}
229-
uses: actions/setup-python@v6.3.0
229+
uses: actions/setup-python@v7.0.0
230230
with:
231231
python-version: ${{ matrix.python-version }}
232232

.github/workflows/main.yaml

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

5151
# https://github.com/actions/setup-python
5252
- name: Set up Python ${{ matrix.python-version }}
53-
uses: actions/setup-python@v6.3.0
53+
uses: actions/setup-python@v7.0.0
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656

.github/workflows/test_pages_build.yaml

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

3535
# https://github.com/actions/setup-python
3636
- name: Set up Python 3
37-
uses: actions/setup-python@v6.3.0
37+
uses: actions/setup-python@v7.0.0
3838
with:
3939
python-version: 3.13
4040

0 commit comments

Comments
 (0)