Skip to content

Commit 3fd89c0

Browse files
build(deps): bump actions/setup-python in the incremental group
Bumps the incremental group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 6 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: incremental ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b49ae5 commit 3fd89c0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@v6
21+
uses: actions/setup-python@v6.2.0
2222
with:
2323
python-version: ${{ env.PYTHON }}
2424

.github/workflows/run-docs-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 1
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v6
19+
uses: actions/setup-python@v6.2.0
2020
with:
2121
python-version: "3.11"
2222

.github/workflows/test-with-warnings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 1
1818

19-
- uses: actions/setup-python@v6
19+
- uses: actions/setup-python@v6.2.0
2020
with:
2121
python-version: ${{ matrix.python }}
2222

0 commit comments

Comments
 (0)