From e7ae176151fc1fc271ca78286e63dc99446a6d99 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Fri, 6 Dec 2024 00:18:48 +0000 Subject: [PATCH] Update actionlint builder to version 1.7.4 --- 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