Skip to content

Commit 7a7a81c

Browse files
Bump aglipanci/laravel-pint-action from 2.4 to 2.5 (#22)
Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.4 to 2.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aglipanci/laravel-pint-action/releases">aglipanci/laravel-pint-action's releases</a>.</em></p> <blockquote> <h2>v2.5.0</h2> <ul> <li>Adding diff parameter support by <a href="https://github.com/erikn69"><code>@​erikn69</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/22dd72142d98a0dc7cfc31692514ea4c87eb4f13"><code>22dd721</code></a> Merge pull request <a href="https://redirect.github.com/aglipanci/laravel-pint-action/issues/22">#22</a> from erikn69/patch-2</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/9788b6d168d0aae14731495efa7934ac0914acc9"><code>9788b6d</code></a> updating documentation</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/52c58b3acdf3e1eb9043ed9d70d733716822e894"><code>52c58b3</code></a> diff branch only</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/5b87bfbbbfc5c590817f6657b377489819acbcaa"><code>5b87bfb</code></a> Support onlyDiff=true</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/b7186f049990b9bdb59e5ee2d871c5d31f05a92f"><code>b7186f0</code></a> Pint --diff arg</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/80d3ca34b512a809f5e5cb823c1e484b53045b37"><code>80d3ca3</code></a> Merge pull request <a href="https://redirect.github.com/aglipanci/laravel-pint-action/issues/16">#16</a> from erikn69/patch-1</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/5edb397042085ba4939c704a47853b9e5829c9ee"><code>5edb397</code></a> Update README example</li> <li>See full diff in <a href="https://github.com/aglipanci/laravel-pint-action/compare/2.4...2.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aglipanci/laravel-pint-action&package-manager=github_actions&previous-version=2.4&new-version=2.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 47d6777 + 77c579e commit 7a7a81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ref: ${{ github.head_ref }}
2020

2121
- name: Fix PHP code style issues
22-
uses: aglipanci/laravel-pint-action@2.4
22+
uses: aglipanci/laravel-pint-action@2.5
2323

2424
- name: Commit changes
2525
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)