Skip to content

Commit aa5b0e3

Browse files
dependabot[bot]nguyentranchung
authored andcommitted
Bump shivammathur/setup-php from 2.33.0 to 2.34.1
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.33.0 to 2.34.1. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@cf4cade...0f7f1d0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.34.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2391fea commit aa5b0e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a
14+
- uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e
1515
with:
1616
php-version: "8.2"
1717
- uses: actions/checkout@v4

.github/workflows/pint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a
14+
- uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e
1515
with:
1616
php-version: "8.2"
1717
- uses: actions/checkout@v4

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a
14+
- uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e
1515
with:
1616
php-version: "8.2"
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)