From a6ab9d5ccb4b00819f732c278f91f17b726004b8 Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Tue, 15 Feb 2022 08:59:37 -0600 Subject: [PATCH] Bump (#2507) * 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 a838ab3b..47c4b20a 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.8.7' + image: 'docker://ghcr.io/github/super-linter:v4.9.0' branding: icon: 'check-square' color: 'white' diff --git a/slim/action.yml b/slim/action.yml index bd5767c5..30b3a8f9 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.8.7' + image: 'docker://ghcr.io/github/super-linter:slim-v4.9.0' branding: icon: 'check-square' color: 'white'