Captain Ezio commited on
Commit
bbadfc6
·
2 Parent(s): 74d6309 0448a74

Merge pull request #16 from Gojo-Bots/dependabot/github_actions/actions/checkout-3

Browse files
Files changed (1) hide show
  1. .github/workflows/pylint.yml +1 -1
.github/workflows/pylint.yml CHANGED
@@ -9,7 +9,7 @@ jobs:
9
  runs-on: ubuntu-latest
10
  steps:
11
  - name: Checkout
12
- uses: actions/checkout@v2
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: