Skip to content

Commit 4023c7f

Browse files
chore(deps): bump shivammathur/setup-php digest to 9e72090
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e355d8 commit 4023c7f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/appstore-conventional-build-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
7070

7171
- name: Set up php ${{ env.PHP_VERSION }}
72-
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
72+
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
7373
with:
7474
php-version: ${{ env.PHP_VERSION }}
7575
coverage: none

.github/workflows/package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: 15
1717
- name: Set up php$
18-
uses: shivammathur/setup-php@ce2f681d2257b1c64228aa701fefa22db84edf4b
18+
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401
1919
with:
2020
php-version: 8.0
2121
tools: composer

.github/workflows/php-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
XDEBUG_MODE: coverage
2020
steps:
2121
- name: Set up php${{ matrix.php-versions }}
22-
uses: shivammathur/setup-php@ce2f681d2257b1c64228aa701fefa22db84edf4b
22+
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401
2323
with:
2424
php-version: ${{ matrix.php-versions }}
2525
extensions: ctype, curl, dom, gd, gmp, iconv, intl, json, mbstring, openssl, pdo_sqlite, posix, sqlite, xml, zip
@@ -66,7 +66,7 @@ jobs:
6666
XDEBUG_MODE: coverage
6767
steps:
6868
- name: Set up php${{ matrix.php-versions }}
69-
uses: shivammathur/setup-php@ce2f681d2257b1c64228aa701fefa22db84edf4b
69+
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401
7070
with:
7171
php-version: ${{ matrix.php-versions }}
7272
extensions: ctype, curl, dom, gd, gmp, iconv, intl, json, mbstring, openssl, pdo_sqlite, posix, sqlite, xml, zip

0 commit comments

Comments
 (0)