Skip to content

Commit 18ae7c7

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [ramsey/composer-install](https://github.com/ramsey/composer-install). Updates `actions/checkout` from 4 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v7) Updates `ramsey/composer-install` from 3 to 4 - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ramsey/composer-install dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02d19ed commit 18ae7c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mutation.yml

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

5050
steps:
5151
- name: Checkout.
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v7
5353

5454
- name: Install PHP with extensions.
5555
uses: shivammathur/setup-php@v2
@@ -60,7 +60,7 @@ jobs:
6060
coverage: pcov
6161

6262
- name: Install Composer dependencies
63-
uses: ramsey/composer-install@v3
63+
uses: ramsey/composer-install@v4
6464

6565
- name: Install db.
6666
uses: yiisoft/actions/install-packages@master

0 commit comments

Comments
 (0)