From 7daa839b4eead4954e069337cdfa02b64dbdcd9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:40:53 +0000 Subject: [PATCH] Update actions/setup-node action to v4 --- ...6\251\340\257\210\340\256\225\340\256\263\340\257\215.yml" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/.github/workflows/\340\256\232\340\257\213\340\256\244\340\256\251\340\257\210\340\256\225\340\256\263\340\257\215.yml" "b/.github/workflows/\340\256\232\340\257\213\340\256\244\340\256\251\340\257\210\340\256\225\340\256\263\340\257\215.yml" index 78277cf..2a99a68 100644 --- "a/.github/workflows/\340\256\232\340\257\213\340\256\244\340\256\251\340\257\210\340\256\225\340\256\263\340\257\215.yml" +++ "b/.github/workflows/\340\256\232\340\257\213\340\256\244\340\256\251\340\257\210\340\256\225\340\256\263\340\257\215.yml" @@ -22,7 +22,7 @@ jobs: version: latest - name: Préparation de Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20 cache: 'pnpm' @@ -53,7 +53,7 @@ jobs: version: latest - name: Préparation de Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20 cache: 'pnpm'