Skip to content

Commit 2d73bf0

Browse files
chore(deps): bump php-forge/actions from 1 to 2
Bumps [php-forge/actions](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 dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ddc195a commit 2d73bf0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ 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 }}
2525
with:
2626
composer-command: |
2727
composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
2828
concurrency-group: phpunit-${{ github.workflow }}-${{ github.ref }}
2929
phpunit-compatibility:
30-
uses: php-forge/actions/.github/workflows/phpunit.yml@v1
30+
uses: php-forge/actions/.github/workflows/phpunit.yml@v2
3131
secrets:
3232
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3333
with:

.github/workflows/dependency-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ name: Composer require checker
1919

2020
jobs:
2121
composer-require-checker:
22-
uses: php-forge/actions/.github/workflows/composer-require-checker.yml@v1
22+
uses: php-forge/actions/.github/workflows/composer-require-checker.yml@v2

.github/workflows/ecs.yml

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

2020
jobs:
2121
easy-coding-standard:
22-
uses: php-forge/actions/.github/workflows/ecs.yml@v1
22+
uses: php-forge/actions/.github/workflows/ecs.yml@v2

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ name: static analysis
2323

2424
jobs:
2525
phpstan:
26-
uses: php-forge/actions/.github/workflows/phpstan.yml@v1
26+
uses: php-forge/actions/.github/workflows/phpstan.yml@v2
2727
with:
2828
concurrency-group: phpstan-${{ github.workflow }}-${{ github.ref }}
2929
phpstan-console:
30-
uses: php-forge/actions/.github/workflows/phpstan.yml@v1
30+
uses: php-forge/actions/.github/workflows/phpstan.yml@v2
3131
with:
3232
configuration: 'phpstan-console.neon'
3333
concurrency-group: phpstan-console-${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)