Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Update action.yml

* Update action.yml
  • Loading branch information
admiralAwkbar committed May 27, 2022
1 parent 53ff7db commit a320804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -4,7 +4,7 @@ author: 'GitHub'
description: 'It is a simple combination of various linters, written in bash, to help validate your source code.'
runs:
using: 'docker'
image: 'docker://ghcr.io/github/super-linter:v4.9.3'
image: 'docker://ghcr.io/github/super-linter:v4.9.4'
branding:
icon: 'check-square'
color: 'white'
Expand Down
2 changes: 1 addition & 1 deletion slim/action.yml
Expand Up @@ -4,7 +4,7 @@ author: 'GitHub'
description: 'It is a simple combination of various linters, written in bash, to help validate your source code.'
runs:
using: 'docker'
image: 'docker://ghcr.io/github/super-linter:slim-v4.9.3'
image: 'docker://ghcr.io/github/super-linter:slim-v4.9.4'
branding:
icon: 'check-square'
color: 'white'
Expand Down

0 comments on commit a320804

Please sign in to comment.