Skip to content

Commit f50a81a

Browse files
authored
Use actions/checkout@v3
1 parent 2d247fa commit f50a81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: "Checkout"
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616

1717
- name: PHPStan
1818
uses: docker://oskarstark/phpstan-ga

0 commit comments

Comments
 (0)