fix(ci): sostituisce gitea.com/actions/cache con github.com - HTTP 500

gitea.com/actions/cache@v4 restituisce 500 impedendo l'avvio del job android.
This commit is contained in:
LucaZanni
2026-06-06 13:59:52 +02:00
parent 3b49d18d5b
commit 0ed7e2b58a
+2 -2
View File
@@ -56,7 +56,7 @@ jobs:
uses: https://github.com/android-actions/setup-android@v4 uses: https://github.com/android-actions/setup-android@v4
- name: Cache npm - name: Cache npm
uses: https://gitea.com/actions/cache@v4 uses: https://github.com/actions/cache@v4
with: with:
path: ~/.npm path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -64,7 +64,7 @@ jobs:
${{ runner.os }}-node- ${{ runner.os }}-node-
- name: Cache Gradle - name: Cache Gradle
uses: https://gitea.com/actions/cache@v4 uses: https://github.com/actions/cache@v4
with: with:
path: | path: |
~/.gradle/caches ~/.gradle/caches