Skip to content

Commit 62e65a5

Browse files
Update actions/checkout action to v4 (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2caa89c commit 62e65a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-assurance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
php-version: [8.2, 8.3]
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- uses: shivammathur/setup-php@v2
1919
with:
2020
php-version: ${{ matrix.php-version }}

0 commit comments

Comments
 (0)