From 3ccedbd8dce08b043a04489ee1da92c68cf952c6 Mon Sep 17 00:00:00 2001 From: tonis Date: Tue, 27 Feb 2024 16:22:57 +0200 Subject: [PATCH] update gh actions checkout version --- .github/workflows/php.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index f59998fe..0c53cf52 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -38,7 +38,7 @@ jobs: ini-values: post_max_size=256M, max_execution_time=180 coverage: xdebug - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Verify MariaDB connection diff --git a/composer.json b/composer.json index b2fe0849..38e9474b 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ "yiisoft/yii2-symfonymailer": "^2|^3", "squizlabs/php_codesniffer": "*", "phpmd/phpmd": "@stable", - "codeception/codeception": "^4|^5", + "codeception/codeception": "^5", "roave/security-advisories": "dev-master", "codeception/module-filesystem": "^2|^3", "codeception/module-yii2": "^1.1",