From e31465e7664528dbd1c479bd17cd5c9c5a7adfb0 Mon Sep 17 00:00:00 2001 From: alifaraun Date: Tue, 23 Apr 2024 16:38:44 +0200 Subject: [PATCH] updated ci-cd.yml to use checkout@4 instead of 3 --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e6b0efb..add5395 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -26,7 +26,7 @@ jobs: coverage: xdebug #optional - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Show php version run: php -v