mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
Updating action.yml with new release version (#1893)
Co-authored-by: SuperLinter Automation <super_linter_automation@github.com>
This commit is contained in:
parent
695dd0832a
commit
ffe486703a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ author: 'GitHub'
|
||||||
description: 'It is a simple combination of various linters, written in bash, to help validate your source code.'
|
description: 'It is a simple combination of various linters, written in bash, to help validate your source code.'
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'docker://ghcr.io/github/super-linter:v4.6.1'
|
image: 'docker://ghcr.io/github/super-linter:v4.6.2'
|
||||||
branding:
|
branding:
|
||||||
icon: 'check-square'
|
icon: 'check-square'
|
||||||
color: 'white'
|
color: 'white'
|
||||||
|
|
Loading…
Reference in a new issue