From 91ff773352792d349fe9b8f06e7ed59ab8eea623 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Fri, 30 Jun 2023 16:03:30 -0700 Subject: [PATCH] use major tag for action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 556d5772..bca3c415 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/super-linter/super-linter:v5.0.0' + image: 'docker://ghcr.io/super-linter/super-linter:v5' branding: icon: 'check-square' color: 'white'