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