8000 Use actions/checkout@v4 (#172) · KornaLaravel/laravel-tinker@1205fb2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1205fb2

Browse files
authored
Use actions/checkout@v4 (laravel#172)
1 parent fd07064 commit 1205fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

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

2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Setup PHP
2727
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)
0