From 22f8e545294a2e7e789d97dd56a335f92c0d0b27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 18:47:25 +0000 Subject: [PATCH] Update GitHub Actions dependencies --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23a659cd..0096a0ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,10 +29,10 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: "Install PHP" - uses: "shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401" # v2 + uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # v2 with: coverage: "pcov" php-version: "${{ matrix.php-version }}"