Skip to content

Commit

Permalink
update gh actions checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Feb 27, 2024
1 parent f07475b commit 3ccedbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3ccedbd

Please sign in to comment.