Skip to content

Commit 21f00cf

Browse files
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](php-forge/actions@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] <[email protected]>
1 parent 30a3e58 commit 21f00cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ name: build
1919

2020
jobs:
2121
phpunit:
22-
uses: php-forge/actions/.github/workflows/phpunit.yml@v1
22+
uses: php-forge/actions/.github/workflows/phpunit.yml@v2
2323
secrets:
2424
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)