From 345ae1e27bc296263afa9aed198dda9e1f8b25d7 Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Mon, 1 Aug 2022 15:47:43 -0500 Subject: [PATCH] Update (#3200) * Update action.yml * Update action.yml --- action.yml | 2 +- slim/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 8c4911dc..70c20102 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.9.4' + image: 'docker://ghcr.io/github/super-linter:v4.9.5' branding: icon: 'check-square' color: 'white' diff --git a/slim/action.yml b/slim/action.yml index f372ed1d..7e0c1e29 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.9.4' + image: 'docker://ghcr.io/github/super-linter:slim-v4.9.5' branding: icon: 'check-square' color: 'white'