Skip to content

Commit 594ab7a

Browse files
authored
Merge pull request #2 from usevalid-email/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 35c80e2 + 64e64c7 commit 594ab7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2222

2323
steps:
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)