Skip to content

Commit b3d4b5f

Browse files
deps(deps): bump shivammathur/setup-php from 2.37.1 to 2.37.2
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.37.1 to 2.37.2. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@7c071df...f3e473d) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.37.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bfa707d commit b3d4b5f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Setup PHP
22-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc
22+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240
2323
with:
2424
php-version: '8.4'
2525

@@ -94,7 +94,7 @@ jobs:
9494

9595
steps:
9696
- name: Setup PHP
97-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc
97+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240
9898
with:
9999
php-version: '8.4'
100100

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- '8.4'
2323
steps:
2424
- name: Setup PHP ${{ matrix.php-version }}
25-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc
25+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240
2626
with:
2727
php-version: ${{ matrix.php-version }}
2828
extensions: mbstring, xml

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- '8.4'
2323
steps:
2424
- name: Setup PHP ${{ matrix.php-version }}
25-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc
25+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240
2626
with:
2727
php-version: ${{ matrix.php-version }}
2828

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- '13.1.6'
2525
steps:
2626
- name: Setup PHP ${{ matrix.php-version }}
27-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc
27+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240
2828
with:
2929
php-version: ${{ matrix.php-version }}
3030
coverage: pcov

0 commit comments

Comments
 (0)