From ce41b47929df6bcb8c2da3fb4b364b4d6a21eb5d 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