diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 75edd16..353f3fd 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -11,7 +11,7 @@ jobs: container: node:24 # Utilise l'image officielle Node.js 24 steps: - name: Checkout repository - uses: https://gitea.com/gitea/act_actions/checkout@v1 # Action Gitea pour checkout + uses: actions/checkout@v4 # Action Gitea pour checkout with: fetch-depth: 0