Spaces:
Paused
Paused
Merge branch 'main' of https://github.com/iamgojoof6eyes/Gojo_Satarou
Browse files
.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
|