From 10eb42b24196314773cb0aa0c33ac529d9605774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Bon=C3=A9?= Date: Tue, 17 Mar 2026 14:32:53 +0100 Subject: [PATCH] wip: change workflows checkout action to self hosted version --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ba80b87a..0db5764f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -11,10 +11,10 @@ jobs: build:all: runs-on: native steps: - - uses: https://gitea.com/ScMi1/checkout@v1.4 + - uses: https://jungle.bsc.es/git/abonerib/checkout.git@v6-gitea - run: nix build -L --no-link --print-out-paths .#bsc.ci.all build:cross: runs-on: native steps: - - uses: https://gitea.com/ScMi1/checkout@v1.4 + - uses: https://jungle.bsc.es/git/abonerib/checkout.git@v6-gitea - run: nix build -L --no-link --print-out-paths .#bsc.ci.cross