Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit d080b09

Browse files
github-actions(deps): bump stefanzweifel/git-auto-commit-action from 4.11.0 to 4.12.0 (#109)
* github-actions(deps): bump stefanzweifel/git-auto-commit-action Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.11.0 to 4.12.0. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v4.11.0...v4.12.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Apply fixes from StyleCI (#112) [ci skip] [skip ci] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Holger Lösken <codedge@users.noreply.github.com>
1 parent f9ad7b6 commit d080b09

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/composer-normalize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
composer global require ergebnis/composer-normalize
2222
composer normalize --indent-style=space --indent-size=4 --no-check-lock --no-update-lock --no-interaction --ansi
2323
24-
- uses: stefanzweifel/git-auto-commit-action@v4.11.0
24+
- uses: stefanzweifel/git-auto-commit-action@v4.12.0
2525
with:
2626
commit_message: normalize composer.json

tests/TestCase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ protected function setUp(): void
3535
* Sign in a Statamic user.
3636
*
3737
* @param array $permissions
38-
*
3938
* @return mixed
4039
*/
4140
protected function signInUser($permissions = [])
@@ -67,7 +66,6 @@ protected function signInAdmin()
6766
* Load package service provider.
6867
*
6968
* @param Application $app
70-
*
7169
* @return array
7270
*/
7371
protected function getPackageProviders($app)
@@ -83,7 +81,6 @@ protected function getPackageProviders($app)
8381
* Load package alias.
8482
*
8583
* @param Application $app
86-
*
8784
* @return array
8885
*/
8986
protected function getPackageAliases($app)

0 commit comments

Comments
 (0)