From 62fb50e95cc2da9ec9b6cb299a65c61a3d0fbe8f Mon Sep 17 00:00:00 2001 From: x7z4w Date: Sun, 3 Aug 2025 19:38:32 +0000 Subject: [PATCH] try github actions Signed-off-by: x7z4w --- .forgejo/workflows/android-check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/android-check.yaml b/.forgejo/workflows/android-check.yaml index 473791600..8da2fbdf8 100644 --- a/.forgejo/workflows/android-check.yaml +++ b/.forgejo/workflows/android-check.yaml @@ -48,7 +48,7 @@ jobs: apt-get install -y nodejs - name: Checkout sources - uses: actions/checkout@v4 + uses: https://github.com/actions/checkout@v4 with: fetch-depth: 1 @@ -88,7 +88,7 @@ jobs: apt-get install -y cmake ninja-build nodejs - name: Checkout sources - uses: actions/checkout@v4 + uses: httpa://github.com/actions/checkout@v4 with: fetch-depth: 200 # enough to get all commits for the current day