Skip to content

Commit 4e6ecf1

Browse files
committed
use latest checkout also for phpstan
1 parent a5b7885 commit 4e6ecf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coding-standards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: "Checkout"
18-
uses: "actions/checkout@v3"
18+
uses: "actions/checkout@v4"
1919
- name: PHPStan
2020
uses: "docker://oskarstark/phpstan-ga"
2121
env:

0 commit comments

Comments
 (0)