Spaces:
Running
Running
Merge pull request #8 from iamgojoof6eyes/dependabot/github_actions/actions/setup-python-4
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
|