From 563be7dc5568017515b9e700329e9c6d3862f2b7 Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Tue, 16 Nov 2021 11:22:40 -0600 Subject: [PATCH] bump for release --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d7d993cc..80496500 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.3' + image: 'docker://ghcr.io/github/super-linter:v4.8.4' branding: icon: 'check-square' color: 'white'