Skip to content

Commit 1880a8d

Browse files
Bump aglipanci/laravel-pint-action from 2.3.1 to 2.6 in the github-actions group (#1269)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 694e3b3 commit 1880a8d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pint-fix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# token: ${{ secrets.PINT }}
2222

2323
- name: Fix PHP code style issues
24-
uses: aglipanci/laravel-pint-action@61f2bc4f4d5da076029d370fa2f268fd6b298041 # 2.3.1
24+
uses: aglipanci/laravel-pint-action@36de00d5f5a8a4e12d443e01671daa12a18f4c79 # 2.6
2525

2626
- name: Commit changes
2727
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0

.github/workflows/pint-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515

1616
- name: Check PHP code style issues
17-
uses: aglipanci/laravel-pint-action@61f2bc4f4d5da076029d370fa2f268fd6b298041 # 2.3.1
17+
uses: aglipanci/laravel-pint-action@36de00d5f5a8a4e12d443e01671daa12a18f4c79 # 2.6
1818
with:
1919
testMode: true
2020
verboseMode: true

0 commit comments

Comments
 (0)