Skip to content

Commit bf9b453

Browse files
deps(actions): bump actions/setup-python from 5.3.0 to 6.2.0 (llm-d-incubation#209)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.3.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c90da5b commit bf9b453

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515

16-
- uses: actions/setup-python@v5.3.0
16+
- uses: actions/setup-python@v6.2.0
1717
with:
1818
python-version: '3.x'
1919
check-latest: true

0 commit comments

Comments
 (0)