diff --git a/.gitea/workflows/capacitor-android.yml b/.gitea/workflows/capacitor-android.yml index 4ffe609..ae98945 100644 --- a/.gitea/workflows/capacitor-android.yml +++ b/.gitea/workflows/capacitor-android.yml @@ -56,7 +56,7 @@ jobs: uses: https://github.com/android-actions/setup-android@v4 - name: Cache npm - uses: https://gitea.com/actions/cache@v4 + uses: https://github.com/actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -64,7 +64,7 @@ jobs: ${{ runner.os }}-node- - name: Cache Gradle - uses: https://gitea.com/actions/cache@v4 + uses: https://github.com/actions/cache@v4 with: path: | ~/.gradle/caches