Skip to content

Commit ad221f8

Browse files
chore(deps): bump aglipanci/laravel-pint-action from 2.5 to 2.6
Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.5 to 2.6. - [Release notes](https://github.com/aglipanci/laravel-pint-action/releases) - [Commits](aglipanci/laravel-pint-action@2.5...2.6) --- updated-dependencies: - dependency-name: aglipanci/laravel-pint-action dependency-version: '2.6' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 86f9b87 commit ad221f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626

2727
- name: Check PHP code style issues
2828
if: github.event_name == 'push'
29-
uses: aglipanci/laravel-pint-action@2.5
29+
uses: aglipanci/laravel-pint-action@2.6
3030
with:
3131
verboseMode: true
3232
testMode: true
3333

3434
- name: Fix PHP code style issues
3535
if: github.event_name == 'pull_request'
36-
uses: aglipanci/laravel-pint-action@2.5
36+
uses: aglipanci/laravel-pint-action@2.6
3737

3838
- name: Commit changes
3939
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)