Spaces:
Paused
Paused
dependabot[bot]
commited on
Commit
·
fa95386
1
Parent(s):
604b8b8
Bump actions/setup-python from 3 to 4
Browse filesBumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
.github/workflows/pre-commit-autoupdate.yml
CHANGED
|
@@ -9,7 +9,7 @@ jobs:
|
|
| 9 |
steps:
|
| 10 |
- uses: actions/checkout@v3
|
| 11 |
- name: Set up Python
|
| 12 |
-
uses: actions/setup-python@
|
| 13 |
- name: Install pre-commit
|
| 14 |
run: pip install pre-commit
|
| 15 |
- name: Run pre-commit autoupdate
|
|
|
|
| 9 |
steps:
|
| 10 |
- uses: actions/checkout@v3
|
| 11 |
- name: Set up Python
|
| 12 |
+
uses: actions/setup-python@v4
|
| 13 |
- name: Install pre-commit
|
| 14 |
run: pip install pre-commit
|
| 15 |
- name: Run pre-commit autoupdate
|