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