Skip to content

Commit 508654b

Browse files
Update actions/checkout action to v6
1 parent 948e77e commit 508654b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/quality-assurance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
php-version: [8.3]
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- uses: shivammathur/setup-php@v2
2121
with:
2222
php-version: ${{ matrix.php-version }}
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
php-version: [8.3, 8.4]
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
- uses: shivammathur/setup-php@v2
3434
with:
3535
php-version: ${{ matrix.php-version }}

0 commit comments

Comments
 (0)