Skip to content

Commit a320804

Browse files
* Update action.yml * Update action.yml
1 parent 53ff7db commit a320804

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.9.3'
7+
image: 'docker://ghcr.io/github/super-linter:v4.9.4'
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.9.3'
7+
image: 'docker://ghcr.io/github/super-linter:slim-v4.9.4'
88
branding:
99
icon: 'check-square'
1010
color: 'white'

0 commit comments

Comments
 (0)