From 45fc0d88288beee4701c62761281edfee85655d7 Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Mon, 10 Apr 2023 20:02:59 -0400 Subject: [PATCH] Release 5.0.0 Signed-off-by: Brett Logan --- action.yml | 2 +- slim/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index a50d928d..0146c510 100644 --- a/action.yml +++ b/action.yml @@ -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.10.1' + image: 'docker://ghcr.io/github/super-linter:v5.0.0' branding: icon: 'check-square' color: 'white' diff --git a/slim/action.yml b/slim/action.yml index 65281d48..f970d82d 100644 --- a/slim/action.yml +++ b/slim/action.yml @@ -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.10.1' + image: 'docker://ghcr.io/github/super-linter:slim-v5.0.0' branding: icon: 'check-square' color: 'white'