Skip to content

Commit 334ffce

Browse files
committed
chore: v4
1 parent f38ed35 commit 334ffce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
phplint:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v4
1212
- name: "laravel-pint"
1313
uses: aglipanci/laravel-pint-action@2.0.0
1414
with:
@@ -17,3 +17,5 @@ jobs:
1717
- uses: stefanzweifel/git-auto-commit-action@v5
1818
with:
1919
commit_message: "fix: pint"
20+
branch: ${{ github.ref }}
21+

0 commit comments

Comments
 (0)