Skip to content

Commit

Permalink
Release (super-linter#2680)
Browse files Browse the repository at this point in the history
* Update action.yml

* Update action.yml
  • Loading branch information
admiralAwkbar committed Mar 25, 2022
1 parent 33dfb2b commit 3792fe5
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.0'
image: 'docker://ghcr.io/github/super-linter:v4.9.1'
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.0'
image: 'docker://ghcr.io/github/super-linter:slim-v4.9.1'
branding:
icon: 'check-square'
color: 'white'
Expand Down

0 comments on commit 3792fe5

Please sign in to comment.