Spaces:
Sleeping
Sleeping
Merge pull request #16 from Gojo-Bots/dependabot/github_actions/actions/checkout-3
Browse files
.github/workflows/pylint.yml
CHANGED
@@ -9,7 +9,7 @@ jobs:
|
|
9 |
runs-on: ubuntu-latest
|
10 |
steps:
|
11 |
- name: Checkout
|
12 |
-
uses: actions/checkout@
|
13 |
- name: Setup Python
|
14 |
uses: actions/setup-python@v4
|
15 |
with:
|
|
|
9 |
runs-on: ubuntu-latest
|
10 |
steps:
|
11 |
- name: Checkout
|
12 |
+
uses: actions/checkout@v3
|
13 |
- name: Setup Python
|
14 |
uses: actions/setup-python@v4
|
15 |
with:
|