Skip to content

Commit 5edb397

Browse files
authored
Update README example
1 parent 8eedec4 commit 5edb397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
phplint:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@v4
1919
- name: "laravel-pint"
20-
uses: aglipanci/laravel-pint-action@2.0.0
20+
uses: aglipanci/laravel-pint-action@latest
2121
with:
2222
preset: laravel
2323
verboseMode: true

0 commit comments

Comments
 (0)