Skip to content

Commit a9dc69d

Browse files
chore(deps): update shivammathur/setup-php action to v2.35.3
1 parent 59e93fb commit a9dc69d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpstan.yml

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

1616
- name: Setup PHP
17-
uses: shivammathur/setup-php@v2
17+
uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # 2.35.3
1818
with:
1919
php-version: '8.4'
2020
coverage: none

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Setup PHP
30-
uses: shivammathur/setup-php@v2
30+
uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # 2.35.3
3131
with:
3232
php-version: ${{ matrix.php }}
3333
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo

0 commit comments

Comments
 (0)