Skip to content

Commit caff81f

Browse files
chore(deps): bump shivammathur/setup-php in the github-actions group
Bumps the github-actions group with 1 update: [shivammathur/setup-php](https://github.com/shivammathur/setup-php). Updates `shivammathur/setup-php` from 2.37.0 to 2.37.2 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@accd612...f3e473d) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.37.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bc80151 commit caff81f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2626

2727
- name: Set up PHP
28-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
28+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
2929
with:
3030
php-version: "8.4"
3131
tools: composer:v2

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2929

3030
- name: Set up PHP
31-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
31+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
3232
with:
3333
php-version: ${{ env.PHP_VERSION }}
3434
tools: composer:v2

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3636

3737
- name: Set up PHP
38-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
38+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
3939
with:
4040
php-version: ${{ matrix.php-version }}
4141
tools: composer:v2
@@ -102,7 +102,7 @@ jobs:
102102
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
103103

104104
- name: Set up PHP
105-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
105+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
106106
with:
107107
php-version: "8.4"
108108
tools: composer:v2

.github/workflows/static-analysis.yml

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

115115
steps:
116116
- name: Setup PHP
117-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
117+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
118118
with:
119119
php-version: "8.4"
120120
extensions: mbstring, intl, gd, xml, soap, zip, bcmath, pdo_mysql, curl, sockets
@@ -145,7 +145,7 @@ jobs:
145145
path: mageforge
146146

147147
- name: Setup PHP
148-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
148+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
149149
with:
150150
php-version: "8.4"
151151
tools: composer:v2

0 commit comments

Comments
 (0)