Skip to content

Commit 7600124

Browse files
authored
Merge pull request #6599 from nextcloud/renovate/main-shivammathur-setup-php-digest
chore(deps): bump shivammathur/setup-php digest (main)
2 parents 7b9a98a + c133b6f commit 7600124

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
@@ -26,7 +26,7 @@ jobs:
2626
id: php-versions
2727
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1
2828
- name: Set up php ${{ steps.php-versions.outputs.php-min }}
29-
uses: shivammathur/setup-php@ce2f681d2257b1c64228aa701fefa22db84edf4b
29+
uses: shivammathur/setup-php@297b3cde3c3c3202e03cd5e9b679a74c06f72214
3030
with:
3131
php-version: ${{ steps.php-versions.outputs.php-min }}
3232
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@297b3cde3c3c3202e03cd5e9b679a74c06f72214
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@297b3cde3c3c3202e03cd5e9b679a74c06f72214
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)