From 51047dfc887a44170be4b4f1f12ca729a26f6858 Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Thu, 5 Dec 2024 19:31:39 -0500 Subject: [PATCH] Update actionlint builder to version 1.7.4 (#87) --- actionlint/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actionlint/Dockerfile b/actionlint/Dockerfile index e01484d..a7874b1 100644 --- a/actionlint/Dockerfile +++ b/actionlint/Dockerfile @@ -6,8 +6,8 @@ RUN apk add --update --no-cache \ shellcheck RUN cd /tmp && \ - wget https://github.com/rhysd/actionlint/releases/download/v1.6.27/actionlint_1.6.27_linux_386.tar.gz && \ - tar xf actionlint_1.6.27_linux_386.tar.gz && \ + wget https://github.com/rhysd/actionlint/releases/download/v1.7.4/actionlint_1.7.4_linux_386.tar.gz && \ + tar xf actionlint_1.7.4_linux_386.tar.gz && \ cp actionlint /usr/bin/ && \ chmod a+x /usr/bin/actionlint