From c08c61c0c65ac379c82b1c328778f3578b6323a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 23:08:47 +0000 Subject: [PATCH] chore(deps): update shivammathur/setup-php action to v2.30.2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2407ea..934b6c1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Set up PHP - uses: shivammathur/setup-php@73963f5001e335723c998e4a0125ce060083985c # 2.30.1 + uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # 2.30.2 with: php-version: ${{ matrix.php }} tools: none