Skip to content

Commit 3766d06

Browse files
Update actions/checkout action to v4 (#313)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0807b58 commit 3766d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: "Tests"
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- uses: shivammathur/setup-php@v2
2222
with:
2323
php-version: ${{ matrix.php }}

0 commit comments

Comments
 (0)