From ccf5e6ccc20c2c4c162a41aeba384d56c84df313 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 04:33:22 +0000 Subject: [PATCH] Update actions/setup-node action to v6 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index baa2dbc..82b3df0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - name: Préparation de Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: latest