From 14d364fd9bb50100092461398fcb537feb70f81a Mon Sep 17 00:00:00 2001 From: Sam Chau Date: Wed, 27 Aug 2025 05:34:44 +0930 Subject: [PATCH] fix(image): use proper image name --- .github/workflows/regex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regex.yml b/.github/workflows/regex.yml index ede388e..3e06179 100644 --- a/.github/workflows/regex.yml +++ b/.github/workflows/regex.yml @@ -18,7 +18,7 @@ on: jobs: validate: runs-on: ubuntu-latest - container: mcr.microsoft.com/powershell:lts-alpine-3.18 + container: mcr.microsoft.com/powershell:lts steps: - uses: actions/checkout@v4