From 8e06bc44bc46dccc826a36fa6c165f2f3ca4b17c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:40:50 +0000 Subject: [PATCH] Update actions/checkout 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..39a3d58 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" @@ -14,7 +14,7 @@ jobs: steps: - name: Ouvrir la branche - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Installer pnpm uses: pnpm/action-setup@v2 @@ -45,7 +45,7 @@ jobs: steps: - name: Ouvrir la branche - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Installer pnpm uses: pnpm/action-setup@v2