* Update action.yml

* Update action.yml
This commit is contained in:
Lukas Gravley 2022-02-15 08:59:37 -06:00 committed by GitHub
parent 7f33bdd27c
commit a6ab9d5ccb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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.8.7'
image: 'docker://ghcr.io/github/super-linter:v4.9.0'
branding:
icon: 'check-square'
color: 'white'

View file

@ -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.8.7'
image: 'docker://ghcr.io/github/super-linter:slim-v4.9.0'
branding:
icon: 'check-square'
color: 'white'