Skip to content

Commit fa2370c

Browse files
Update actions/checkout action to v5
1 parent 41ddf5c commit fa2370c

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.1]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
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.1, 8.2]
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- uses: shivammathur/setup-php@v2
3434
with:
3535
php-version: ${{ matrix.php-version }}

0 commit comments

Comments
 (0)