Skip to content

Commit 88b99c7

Browse files
Update shivammathur/setup-php digest to f3e473d
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5d71989 commit 88b99c7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/format_php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: chetan/git-restore-mtime-action@d186aca54f8760da4dec55313195e51ed3ebb0b3 # v2
2323

2424
- name: Setup PHP
25-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
25+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
2626
with:
2727
php-version: 8.4
2828
coverage: none

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1515

1616
- name: Setup PHP
17-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
17+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
1818
with:
1919
php-version: '8.3'
2020
coverage: none

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2626

2727
- name: Setup PHP
28-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
28+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
2929
with:
3030
php-version: ${{ matrix.php }}
3131
coverage: none

0 commit comments

Comments
 (0)