From c1377d6a46a0213fe5a3c337bfe6bfe6f6d8fe2d Mon Sep 17 00:00:00 2001 From: Piotr Synowiec Date: Thu, 28 Dec 2023 12:08:57 +0100 Subject: [PATCH] action-php-8.3: update checkout action to v4 --- .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 25d67b3..19de872 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: coverage: xdebug tools: composer - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0