Skip to content

Commit 0312f90

Browse files
dependabot[bot]dalito
authored andcommitted
Bump actions/setup-python in /template/.github/workflows
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ff6a80 commit 0312f90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

template/.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.0.0
48+
uses: actions/setup-python@v6.1.0
4949
with:
5050
python-version: ${{ matrix.pyversion }}
5151

template/.github/workflows/main.yaml

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

4141
# https://github.com/actions/setup-python
4242
- name: Set up Python ${{ matrix.python-version }}
43-
uses: actions/setup-python@v6.0.0
43+
uses: actions/setup-python@v6.1.0
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646

0 commit comments

Comments
 (0)