From e57d90ab7336510885bf339f236558fb67190406 Mon Sep 17 00:00:00 2001 From: Frederick Pruneau Date: Thu, 5 Feb 2026 10:59:53 -0500 Subject: [PATCH] fixed issues with workflow not starting --- .gitea/workflows/node-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/node-ci.yaml b/.gitea/workflows/node-ci.yaml index 070b6e3..e131201 100644 --- a/.gitea/workflows/node-ci.yaml +++ b/.gitea/workflows/node-ci.yaml @@ -15,4 +15,4 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Gitea Checkout - uses: gitea.com/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 \ No newline at end of file + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 \ No newline at end of file