Workflows: back to actions/checkout, on v5
ci / quality (push) Failing after 15s

The v4 pin was the problem, not the action; use the current major.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Bendik Lynghaug
2026-08-16 15:12:48 +02:00
co-authored by Claude Fable 5
parent 19fb9de7d9
commit a1fc85b62d
2 changed files with 2 additions and 18 deletions
+1 -8
View File
@@ -19,14 +19,7 @@ jobs:
matrix:
target: [x86_64-unknown-linux-gnu, aarch64-unknown-linux-gnu]
steps:
# Plain git instead of actions/checkout — see ci.yml.
- name: checkout
run: |
git init -q .
git fetch --depth 1 \
"https://gitea:${{ secrets.GITHUB_TOKEN }}@${GITHUB_SERVER_URL#https://}/${GITHUB_REPOSITORY}.git" \
"$GITHUB_SHA"
git checkout -q FETCH_HEAD
- uses: actions/checkout@v5
- name: install tooling
run: |