From a42387f7b2b2d7ff3f308265bb0d4cc96e4866b4 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 13 Jan 2025 03:30:59 +0000 Subject: [PATCH] php.yml: Update 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 3f27cb8..28733f5 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -21,7 +21,7 @@ jobs: - "8.4" steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP with XDebug uses: shivammathur/setup-php@v2 with: