Skip to content

Commit aa8cb68

Browse files
Update actions/checkout action to v7
1 parent b17d256 commit aa8cb68

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.2, 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 }}
@@ -27,7 +27,7 @@ jobs:
2727
php-cs-fixer:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v7
3131
- uses: shivammathur/setup-php@v2
3232
with:
3333
php-version: 8.2

0 commit comments

Comments
 (0)