chore(ci): aggiorna action versions, fix auto-release e migrazione self-hosted

- Aggiorna checkout v4→v6, setup-python v5→v5.2.0, setup-android v3→v4
- Aggiorna upload-artifact v3→v4, docker/login-action v3→v4
- Aggiunge needs su auto-release in tutti gli esempi (fix esecuzione parallela)
- Aggiunge token esplicito nel checkout come workaround bug Gitea #31900
- Aggiunge job dependency-outdated mancante in libreria-npm/maintenance.yml
- Aggiorna schedule: libreria-npm mercoledì 02:00, microservizio lunedì 02:00
- Migra tutti i riferimenti da gitea.com/Punga78 a gitea.pzetatouch.it/devops

Fixes #1 @3h
This commit is contained in:
LucaZanni
2026-06-06 13:21:01 +02:00
parent 54c74d9c6a
commit 0f7688ac5e
24 changed files with 83 additions and 63 deletions
+2 -2
View File
@@ -23,10 +23,10 @@ jobs:
working-directory: ${{ inputs.working-directory }}
steps:
- name: Checkout
uses: https://gitea.com/actions/checkout@v4
uses: https://gitea.com/actions/checkout@v6
- name: Setup Python
uses: https://github.com/actions/setup-python@v5
uses: https://github.com/actions/setup-python@v5.2.0
with:
python-version: ${{ inputs.python-version || '3.11' }}