Skip to content

Commit ad4cf10

Browse files
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [shivammathur/setup-php](https://github.com/shivammathur/setup-php) and [ramsey/composer-install](https://github.com/ramsey/composer-install). Updates `actions/checkout` from 4.3.1 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@34e1148...9c091bb) Updates `shivammathur/setup-php` from b604ade2a87db23f8871b7182e69ec5e75effb45 to f3e473d116dcccaddc5834248c87452386958240 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@b604ade...f3e473d) Updates `ramsey/composer-install` from 3.2.1 to 4.0.0 - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@a8d0d95...65e4f84) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: shivammathur/setup-php dependency-version: f3e473d116dcccaddc5834248c87452386958240 dependency-type: direct:production dependency-group: github-actions - dependency-name: ramsey/composer-install dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61a81ea commit ad4cf10

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/mutation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@ jobs:
5252

5353
steps:
5454
- name: Checkout.
55-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
55+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
5656
with:
5757
persist-credentials: false
5858

5959
- name: Install PHP with extensions.
60-
uses: shivammathur/setup-php@b604ade2a87db23f8871b7182e69ec5e75effb45
60+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240
6161
with:
6262
php-version: ${{ matrix.php }}
6363
extensions: ${{ env.EXTENSIONS }}
6464
ini-values: memory_limit=-1
6565
coverage: pcov
6666

6767
- name: Install Composer dependencies
68-
uses: ramsey/composer-install@a8d0d959dab41457692a5e2041bd9b757a119e3f
68+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda
6969

7070
- name: Install db.
7171
uses: yiisoft/actions/install-packages@master

0 commit comments

Comments
 (0)