From 664a156cc631773b2bede4d3eeca1e369d854422 Mon Sep 17 00:00:00 2001 From: x7z4w Date: Sun, 3 Aug 2025 19:34:01 +0000 Subject: [PATCH] fix forgejo Signed-off-by: x7z4w --- .forgejo/workflows/android-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/android-check.yaml b/.forgejo/workflows/android-check.yaml index 70590ad2f..473791600 100644 --- a/.forgejo/workflows/android-check.yaml +++ b/.forgejo/workflows/android-check.yaml @@ -88,7 +88,7 @@ jobs: apt-get install -y cmake ninja-build nodejs - name: Checkout sources - uses: https://github.com/actions/checkout@v4 + uses: actions/checkout@v4 with: fetch-depth: 200 # enough to get all commits for the current day