use checkout action
Some checks failed
Build and Deploy / deploy (push) Failing after 30s

This commit is contained in:
Satria 2026-06-06 09:47:05 +07:00
commit 3e35d2fc6a

View file

@ -10,7 +10,7 @@ jobs:
runs-on: aio
steps:
- name: Checkout
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }} . && git checkout ${{ gitea.sha }}
uses: actions/checkout@v4
- name: Install dependencies
run: bun install --frozen-lockfile