Skip to content

Commit 71eb65a

Browse files
Bump aglipanci/laravel-pint-action from 2.5 to 2.6 (#23)
Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.5 to 2.6. <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.6.0</h2> <h2>What's Changed</h2> <ul> <li>Added the option to run pint in parallel mode in v1.23 or higher by <a href="https://github.com/alexhackney"><code>@​alexhackney</code></a> in <a href="https://github.com/aglipanci/laravel-pint-action/pull/25">aglipanci/laravel-pint-action#25</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/alexhackney"><code>@​alexhackney</code></a> made their first contribution in <a href="https://github.com/aglipanci/laravel-pint-action/pull/25">aglipanci/laravel-pint-action#25</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aglipanci/laravel-pint-action/compare/2.5...2.6">https://github.com/aglipanci/laravel-pint-action/compare/2.5...2.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/36de00d5f5a8a4e12d443e01671daa12a18f4c79"><code>36de00d</code></a> Remove redundant PATH modification in entrypoint.sh</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/0b6f1703f66d11b06490bc780cb05f987b661397"><code>0b6f170</code></a> Merge pull request <a href="https://github.com/aglipanci/laravel-pint-action/issues/25">#25</a> from alexhackney/add-pint-parallel-option</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/5b174992201fe0c1d4bb0d04a172a44aa38aeaf7"><code>5b17499</code></a> Update action.yml</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/86d87e4187499cc22f986af0ba41fa2aab35d282"><code>86d87e4</code></a> Update entrypoint.sh</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/e24fc7c8e7219720ba64ec25e6286a1a978d947a"><code>e24fc7c</code></a> Minor revisions</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/f157366817bde47d01c3014b692601c9a69a62eb"><code>f157366</code></a> Update entrypoint.sh</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/a260a3ec3b93d0e73ca5765934f3b8b34c4691d5"><code>a260a3e</code></a> unneeded</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/e56dd62b26f2a607763df5710216c85881dc93f5"><code>e56dd62</code></a> style updates</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/c509bff5551bf5ac924f2ada24e00f9fafb28317"><code>c509bff</code></a> need these spaces</li> <li><a href="https://github.com/aglipanci/laravel-pint-action/commit/964b229b30ec3daca427c0f3df23225d056a221a"><code>964b229</code></a> added the option to run pint in parallel mode in v1.23 or more</li> <li>See full diff in <a href="https://github.com/aglipanci/laravel-pint-action/compare/2.5...2.6">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.5&new-version=2.6)](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 194ac39 + f038cb3 commit 71eb65a

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.5
22+
uses: aglipanci/laravel-pint-action@2.6
2323

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

0 commit comments

Comments
 (0)