Skip to content

Commit da784df

Browse files
chore(deps): bump actions/setup-python from 5.6.0 to 6.0.0 (#2)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.6.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.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 8ee4fe1 commit da784df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: generate-python-file
1818
with:
1919
tool-name: python
20-
- uses: actions/setup-python@v5.6.0
20+
- uses: actions/setup-python@v6.0.0
2121
with:
2222
python-version-file: ${{ steps.generate-python-file.outputs.version-file }}
2323
- name: Run pre-commit

0 commit comments

Comments
 (0)