ci: bumps setup-php pinned commit

This commit is contained in:
nuno maduro
2026-06-12 06:51:58 +01:00
parent 12100dd901
commit 77ef7e0df1
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Setup PHP
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
with:
php-version: ${{ matrix.php }}
tools: composer:v2