From dc52fc7e513054555b7103556225708e15877441 Mon Sep 17 00:00:00 2001 From: WDI-Ideas Date: Tue, 7 Apr 2026 23:57:49 +0530 Subject: [PATCH] fix(ci): pin wdipl-actions ci.yml to SHA to bust runner cache Made-with: Cursor --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c413f7f..11c5dff 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,7 +7,8 @@ on: jobs: ci: - uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/ci.yml@main + # Pin SHA so WDIPL-Runner does not reuse a stale ~/.cache/act clone of @main (old enable_* YAML). + uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/ci.yml@6b9982def7d49842c0dc75529c0f60cc74a841c1 with: tech_stack: node