From e9451393c81e3d81344f49387c88c003d9bce24d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Mon, 26 Feb 2024 20:08:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Update=20checkout=20action=20to?= =?UTF-8?q?=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 297c4b2..eb2a456 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: node-version: [20.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set environment variables for staging if: endsWith(github.ref, '/main') @@ -71,7 +71,7 @@ jobs: node-version: [20.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set environment variables for staging if: endsWith(github.ref, '/main')