Skip to content

Commit ca40c13

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

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.2.0
48+
uses: actions/setup-python@v6.3.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
@@ -221,7 +221,7 @@ jobs:
221221
cache-dependency-glob: "uv.lock"
222222

223223
- name: Set up Python ${{ matrix.python-version }}
224-
uses: actions/setup-python@v6.2.0
224+
uses: actions/setup-python@v6.3.0
225225
with:
226226
python-version: ${{ matrix.python-version }}
227227

.github/workflows/main.yaml

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

4747
# https://github.com/actions/setup-python
4848
- name: Set up Python ${{ matrix.python-version }}
49-
uses: actions/setup-python@v6.2.0
49+
uses: actions/setup-python@v6.3.0
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252

.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.2.0
37+
uses: actions/setup-python@v6.3.0
3838
with:
3939
python-version: 3.13
4040

0 commit comments

Comments
 (0)