Skip to content

Commit a158a83

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
Bump shivammathur/setup-php from 2.31.0 to 2.31.1
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.31.0 to 2.31.1. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@2.31.0...2.31.1) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a9844ba commit a158a83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
restore-keys: "${{ steps.extcache.outputs.key }}"
4848

4949
- name: "Install PHP"
50-
uses: "shivammathur/[email protected].0"
50+
uses: "shivammathur/[email protected].1"
5151
with:
5252
php-version: "${{ matrix.php-version }}"
5353
extensions: "${{ env.extensions }}"
@@ -106,7 +106,7 @@ jobs:
106106
restore-keys: "${{ steps.extcache.outputs.key }}"
107107

108108
- name: "Install PHP"
109-
uses: "shivammathur/[email protected].0"
109+
uses: "shivammathur/[email protected].1"
110110
with:
111111
php-version: "${{ matrix.php-version }}"
112112
extensions: "${{ env.extensions }}"
@@ -172,7 +172,7 @@ jobs:
172172
restore-keys: "${{ steps.extcache.outputs.key }}"
173173

174174
- name: "Install PHP"
175-
uses: "shivammathur/[email protected].0"
175+
uses: "shivammathur/[email protected].1"
176176
with:
177177
php-version: "${{ matrix.php-version }}"
178178
extensions: "${{ env.extensions }}"
@@ -233,7 +233,7 @@ jobs:
233233
restore-keys: "${{ steps.extcache.outputs.key }}"
234234

235235
- name: "Install PHP"
236-
uses: "shivammathur/[email protected].0"
236+
uses: "shivammathur/[email protected].1"
237237
with:
238238
php-version: "${{ matrix.php-version }}"
239239
extensions: "${{ env.extensions }}"

0 commit comments

Comments
 (0)