From c3e1f96e017f9c008c625b44dacb6ecdd45c9630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20O=C5=BEana?= Date: Thu, 1 Aug 2024 08:48:33 +0200 Subject: [PATCH] Upgrade actions/checkout --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 63245da..c207258 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Validate composer.json and composer.lock run: composer validate