diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 48923dc..6c98d3d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: https://gitea.nikitapozd.dev/actions/checkout@v6 + uses: actions/checkout@v6 - name: Install tools (curl, jq) run: apk add --no-cache curl jq