From d50bdde7b4f45d76a3e660c525f0f1cf88b2d95d Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Tue, 30 Jan 2024 17:56:44 +0100 Subject: [PATCH] Increase checkout version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 188bb07..179d68d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: steps: - - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP @@ -87,7 +87,7 @@ jobs: steps: - - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP