Skip to content

Commit 0ca767d

Browse files
Update PHP setup action to specific commit version
1 parent dc7c194 commit 0ca767d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Setup PHP
26-
uses: shivammathur/setup-php@v2
26+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1
2727
with:
2828
php-version: ${{ matrix.php-version }}
2929
extensions: mbstring, intl, json

0 commit comments

Comments
 (0)