From d641aa98a8548c78a628cda030bd904cb1701998 Mon Sep 17 00:00:00 2001 From: Nikita Pozdniakov Date: Mon, 26 Jan 2026 18:29:01 +0300 Subject: [PATCH] return actions/checkout@v4 --- .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 50f25e7..7238fc2 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: https://github.com/actions/checkout@v4 + uses: actions/checkout@v4 - name: Install tools (curl, jq) run: apk add --no-cache curl jq