From e62a1d8c1b5095ceb5f327bfd1812d736578edee Mon Sep 17 00:00:00 2001 From: Jens Caers Date: Sun, 30 Aug 2026 23:16:59 +0200 Subject: [PATCH] ci: use Gitea action mirrors on native runner --- .gitea/workflows/quality.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/quality.yml b/.gitea/workflows/quality.yml index 709729d..4d84fc0 100644 --- a/.gitea/workflows/quality.yml +++ b/.gitea/workflows/quality.yml @@ -9,7 +9,7 @@ jobs: secret-scan: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: https://gitea.com/actions/checkout@v4 - name: Secret scan shell: bash run: | @@ -23,8 +23,8 @@ jobs: # Browser quality runs against the dedicated bounded Windows 11 VM runner. runs-on: windows-native steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: https://gitea.com/actions/checkout@v4 + - uses: https://gitea.com/actions/setup-node@v4 with: node-version: 22 cache: npm @@ -38,7 +38,7 @@ jobs: - run: npm run test:browser:ci - name: Preserve browser failure evidence if: failure() - uses: actions/upload-artifact@v3.2.2-node20 + uses: https://gitea.com/actions/upload-artifact@v3.2.2-node20 with: name: forgeflow-browser-failure-evidence path: artifacts/