From 94a0bd0b9553bc14d1c2d73cf8e23306ff289060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:52:32 +0000 Subject: [PATCH] Bump yii2-framework/actions/.github/workflows/infection.yml from 1 to 2 Bumps [yii2-framework/actions/.github/workflows/infection.yml](https://github.com/yii2-framework/actions) from 1 to 2. - [Release notes](https://github.com/yii2-framework/actions/releases) - [Changelog](https://github.com/yii2-framework/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/yii2-framework/actions/compare/v1...v2) --- updated-dependencies: - dependency-name: yii2-framework/actions/.github/workflows/infection.yml dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mutation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index c0267c3..eaea94b 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -18,7 +18,7 @@ permissions: jobs: mutation: - uses: yii2-framework/actions/.github/workflows/infection.yml@v1 + uses: yii2-framework/actions/.github/workflows/infection.yml@v2 with: before-hook: composer require infection/infection --dev --no-progress --no-suggest --prefer-dist phpstan: true