Spaces:
Paused
Paused
Merge pull request #17 from Gojo-Bots/dependabot/github_actions/actions/setup-python-4
Browse files
.github/workflows/pylint.yml
CHANGED
|
@@ -11,7 +11,7 @@ jobs:
|
|
| 11 |
- name: Checkout
|
| 12 |
uses: actions/checkout@v2
|
| 13 |
- name: Setup Python
|
| 14 |
-
uses: actions/setup-python@
|
| 15 |
with:
|
| 16 |
python-version: 3.9
|
| 17 |
- name: Install dependencies
|
|
|
|
| 11 |
- name: Checkout
|
| 12 |
uses: actions/checkout@v2
|
| 13 |
- name: Setup Python
|
| 14 |
+
uses: actions/setup-python@v4
|
| 15 |
with:
|
| 16 |
python-version: 3.9
|
| 17 |
- name: Install dependencies
|