We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a3794 commit f623a98Copy full SHA for f623a98
.github/workflows/py_lint.yml
@@ -36,7 +36,7 @@ jobs:
36
# Checkout the code base #
37
##########################
38
- name: Checkout Code
39
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
40
with:
41
# Full git history is needed to get a proper list of changed files within `super-linter`
42
fetch-depth: 0
@@ -45,7 +45,7 @@ jobs:
45
# Run Linter against code base #
46
################################
47
- name: Lint Code Base
48
- uses: github/super-linter@v3
+ uses: github/super-linter@v5
49
env:
50
VALIDATE_ALL_CODEBASE: false
51
VALIDATE_PYTHON: true
0 commit comments