From fcd65bf12e587cdddf89f79ec78a8e7e97dc3e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20B=C3=B6swetter?= Date: Fri, 3 Nov 2023 16:36:39 +0100 Subject: [PATCH] [CLEANUP] updates github workflow to use up2date action version for checkouts --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff782ac..a9122a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: "Install PHP" uses: shivammathur/setup-php@v2 with: