Skip to content

Commit 80d3ca3

Browse files
authored
Merge pull request #16 from erikn69/patch-1
Update README example
2 parents 8eedec4 + 5edb397 commit 80d3ca3

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)