From 6e0ab4af372f9672d67f309d839340baaf96fb1c Mon Sep 17 00:00:00 2001 From: Nikita Pozdniakov Date: Tue, 27 Jan 2026 11:27:00 +0300 Subject: [PATCH] change host for checkout --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6c98d3d..48923dc 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: https://gitea.nikitapozd.dev/actions/checkout@v6 - name: Install tools (curl, jq) run: apk add --no-cache curl jq