Skip to content

Commit 8a092d8

Browse files
committed
Update superlinter configuration to @v4
Signed-off-by: Joe Block <jpb@unixorn.net>
1 parent 2b8a590 commit 8a092d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/superlinter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
# Run Linter against code base #
4848
################################
4949
- name: Lint Code Base
50-
uses: github/super-linter@v3
50+
uses: github/super-linter@v4
5151
env:
5252
VALIDATE_ALL_CODEBASE: false
5353
DEFAULT_BRANCH: master
54-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)