Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump stefanzweifel/git-auto-commit-action from 4 to 5 #143

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
check-code-style:
name: Check code style
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Checkout repository
Expand All @@ -20,6 +22,6 @@ jobs:
uses: docker://oskarstark/php-cs-fixer-ga

- name: Apply php-cs-fixer changes
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Apply php-cs-fixer changes
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
sed -i "s/CLIENT_VERSION = 'v.*';/CLIENT_VERSION = '${{ needs.update-release-draft.outputs.draft-version }}';/g" src/Powerdns.php

- name: Apply version changes
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Auto update drafter version in CLIENT_VERSION
4 changes: 1 addition & 3 deletions src/Exceptions/InvalidChangeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Exonet\Powerdns\Exceptions;

class InvalidChangeType extends PowerdnsException
{
}
class InvalidChangeType extends PowerdnsException {}
4 changes: 1 addition & 3 deletions src/Exceptions/InvalidKindType.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Exonet\Powerdns\Exceptions;

class InvalidKindType extends PowerdnsException
{
}
class InvalidKindType extends PowerdnsException {}
4 changes: 1 addition & 3 deletions src/Exceptions/InvalidMetaKind.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Exonet\Powerdns\Exceptions;

class InvalidMetaKind extends PowerdnsException
{
}
class InvalidMetaKind extends PowerdnsException {}
4 changes: 1 addition & 3 deletions src/Exceptions/InvalidNsec3Param.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Exonet\Powerdns\Exceptions;

class InvalidNsec3Param extends PowerdnsException
{
}
class InvalidNsec3Param extends PowerdnsException {}
4 changes: 1 addition & 3 deletions src/Exceptions/InvalidRecordType.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Exonet\Powerdns\Exceptions;

class InvalidRecordType extends PowerdnsException
{
}
class InvalidRecordType extends PowerdnsException {}
4 changes: 1 addition & 3 deletions src/Exceptions/InvalidSoaEditType.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Exonet\Powerdns\Exceptions;

class InvalidSoaEditType extends PowerdnsException
{
}
class InvalidSoaEditType extends PowerdnsException {}
4 changes: 1 addition & 3 deletions src/Exceptions/PowerdnsException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

use Exception;

class PowerdnsException extends Exception
{
}
class PowerdnsException extends Exception {}
4 changes: 1 addition & 3 deletions src/Exceptions/ReadOnlyException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Exonet\Powerdns\Exceptions;

class ReadOnlyException extends PowerdnsException
{
}
class ReadOnlyException extends PowerdnsException {}
4 changes: 1 addition & 3 deletions src/Exceptions/ValidationException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Exonet\Powerdns\Exceptions;

class ValidationException extends PowerdnsException
{
}
class ValidationException extends PowerdnsException {}