Skip to content

Commit 58682eb

Browse files
authored
Update super-linter.yml
1 parent 5185b1b commit 58682eb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/super-linter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: Lint
1+
name: Super-Linter
22

33
on: [pull_request]
44

55
jobs:
66
build:
7-
name: GitHub Super-Linter
7+
name: Run Super-Linter
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
11-
- uses: github/super-linter@v4.6.0
10+
- uses: actions/checkout@v6
11+
- uses: github/super-linter@v8
1212
env:
1313
ERROR_ON_MISSING_EXEC_BIT: true
1414
VALIDATE_EDITORCONFIG: true

0 commit comments

Comments
 (0)