Skip to content

Commit 28c6b38

Browse files
authored
Merge pull request #934 from dev-hato/dependabot/github_actions/github/super-linter-4.9.2
Bump github/super-linter from 4.9.1 to 4.9.2
2 parents f2a796a + acc2557 commit 28c6b38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- run: |
7171
echo "PYTHONPATH=/github/workspace/:/github/workflow/.venv/lib/python$(echo 'import sys; print(".".join(map(str, sys.version_info[0:2])))' | python)/site-packages" >> "${GITHUB_ENV}"
7272
- name: Lint files
73-
uses: github/super-linter/slim@v4.9.1
73+
uses: github/super-linter/slim@v4.9.2
7474
env:
7575
VALIDATE_ALL_CODEBASE: true
7676
VALIDATE_PYTHON_BLACK: false

0 commit comments

Comments
 (0)