From d1d262ce21f5485a220b1cc49f5db0d8689ec202 Mon Sep 17 00:00:00 2001 From: Shinwoo PARK Date: Thu, 14 May 2026 20:39:32 +0900 Subject: [PATCH] ci: use Gitea checkout action --- .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 88068ec..812678b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: image: oven/bun:1 steps: - name: Checkout - uses: actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v6.0.2 - name: Install dependencies run: bun install --frozen-lockfile - name: Test