From 6ba172e4767e18e0f611d374cccece5dc97a3666 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 28 Jun 2026 11:19:10 +0200 Subject: [PATCH] fix --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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