Skip to content

Commit 7b16470

Browse files
chore(deps): update shivammathur/setup-php action to v2.37.1
1 parent 9a40d56 commit 7b16470

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
6262

6363
- name: Set up php ${{ env.PHP_VERSION }}
64-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0
64+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
6565
with:
6666
php-version: ${{ env.PHP_VERSION }}
6767
coverage: none

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
- name: Set up php
21-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0
21+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
2222
with:
2323
php-version: 8.1
2424
coverage: none

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
2424
steps:
2525
- name: Set up php${{ matrix.php-versions }}
26-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0
26+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
2727
with:
2828
php-version: ${{ matrix.php-versions }}
2929
extensions: ctype,curl,dom,gd,iconv,intl,json,mbstring,openssl,posix,sqlite,xml,zip,gmp
@@ -69,7 +69,7 @@ jobs:
6969
name: php${{ matrix.php-versions }}-${{ matrix.db }} integration tests
7070
steps:
7171
- name: Set up php${{ matrix.php-versions }}
72-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0
72+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
7373
with:
7474
php-version: ${{ matrix.php-versions }}
7575
extensions: ctype,curl,dom,gd,iconv,intl,json,mbstring,openssl,posix,sqlite,xml,zip,gmp

0 commit comments

Comments
 (0)