Skip to content

Commit 31fc7f0

Browse files
Update actions/checkout action to v7
1 parent 1537d9c commit 31fc7f0

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
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
php-version: [8.3]
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v7
2121
- uses: shivammathur/setup-php@v2
2222
with:
2323
php-version: ${{ matrix.php-version }}
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
php-version: [8.3]
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v7
3535
- uses: shivammathur/setup-php@v2
3636
with:
3737
php-version: ${{ matrix.php-version }}

0 commit comments

Comments
 (0)