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 Apr 1, 2022
1 parent 14eb37a commit ae4e373
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.1'
image: 'docker://ghcr.io/github/super-linter:v4.9.2'
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.1'
image: 'docker://ghcr.io/github/super-linter:slim-v4.9.2'
branding:
icon: 'check-square'
color: 'white'
Expand Down

0 comments on commit ae4e373

Please sign in to comment.