From 21f00cf2a0d4feb437dd32d63cf448094c1bb4d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:07:55 +0000 Subject: [PATCH] Bump php-forge/actions/.github/workflows/phpunit.yml from 1 to 2 Bumps [php-forge/actions/.github/workflows/phpunit.yml](https://github.com/php-forge/actions) from 1 to 2. - [Release notes](https://github.com/php-forge/actions/releases) - [Changelog](https://github.com/php-forge/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/php-forge/actions/compare/v1...v2) --- updated-dependencies: - dependency-name: php-forge/actions/.github/workflows/phpunit.yml dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b51512..4ab605e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,6 @@ name: build jobs: phpunit: - uses: php-forge/actions/.github/workflows/phpunit.yml@v1 + uses: php-forge/actions/.github/workflows/phpunit.yml@v2 secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}