Skip to content

Commit 9c34788

Browse files
Update actions/checkout action to v7
1 parent 2b91c22 commit 9c34788

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
php-version: ${{ matrix.php-versions }}
1616

1717
- name: Checkout the code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 0
2121

0 commit comments

Comments
 (0)