From 4b0b7e3dc08eb32f723d1ffca53b2306b8984169 Mon Sep 17 00:00:00 2001 From: Nikita Pozdniakov Date: Mon, 26 Jan 2026 19:00:20 +0300 Subject: [PATCH] fix 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 8a4c662..6c98d3d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: gitea.nikitapozd.dev/actions/checkout@v6 + uses: actions/checkout@v6 - name: Install tools (curl, jq) run: apk add --no-cache curl jq