From ad5d4607d85dc9d5d26f4d8658413ee4867eb4f9 Mon Sep 17 00:00:00 2001
From: Griefed <griefed@griefed.de>
Date: Sat, 17 Feb 2024 12:31:52 +0100
Subject: [PATCH] build: Fetch act install-script via permalink to act
 main-branch

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 7fc0b7a..268014e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -76,7 +76,7 @@ RUN \
   npm install -g \
     @quasar/cli && \
   echo "**** Installing act ****" && \
-    curl https://raw.githubusercontent.com/nektos/act/b23bbefc365012886192e477a88d38a0909ecba1/install.sh | bash && \
+    curl https://github.com/nektos/act/blob/852959e1e14bf5cd9c0284d15ca899bef68ff4af/install.sh | bash && \
   echo "**** Cleanup ****" && \
   rm -rf \
     /var/cache/apk/* \
-- 
GitLab