Skip to content

Commit f4a48c6

Browse files
ci: bump github/super-linter from 5 to 6 (#215)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: eitsupi <[email protected]>
1 parent 1463510 commit f4a48c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- name: Lint Code Base
22-
uses: github/super-linter@v5
22+
uses: github/super-linter@v6
2323
env:
2424
VALIDATE_ALL_CODEBASE: false
25-
DEFAULT_BRANCH: master
25+
DEFAULT_BRANCH: main
2626
LINTER_RULES_PATH: .
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)