Skip to content

Commit 45fc0d8

Browse files
committed
Release 5.0.0
Signed-off-by: Brett Logan <[email protected]>
1 parent a9fdf79 commit 45fc0d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: 'GitHub'
44
description: 'It is a simple combination of various linters, written in bash, to help validate your source code.'
55
runs:
66
using: 'docker'
7-
image: 'docker://ghcr.io/github/super-linter:v4.10.1'
7+
image: 'docker://ghcr.io/github/super-linter:v5.0.0'
88
branding:
99
icon: 'check-square'
1010
color: 'white'

slim/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: 'GitHub'
44
description: 'It is a simple combination of various linters, written in bash, to help validate your source code.'
55
runs:
66
using: 'docker'
7-
image: 'docker://ghcr.io/github/super-linter:slim-v4.10.1'
7+
image: 'docker://ghcr.io/github/super-linter:slim-v5.0.0'
88
branding:
99
icon: 'check-square'
1010
color: 'white'

0 commit comments

Comments
 (0)