Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
·
708d7c9
1
Parent(s):
50616b2
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
|