From 977ec9f692cef6cf2b380bb673f308cd5cb8c7f1 Mon Sep 17 00:00:00 2001 From: Gemorroj Date: Thu, 4 Jan 2024 20:58:13 +0300 Subject: [PATCH] build: upd deps --- .github/workflows/ci.yml | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 060eee2..96acbef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: git config --global core.eol lf - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -76,7 +76,7 @@ jobs: tools: composer:v2 - name: Install dependencies - uses: nick-invision/retry@v2 + uses: nick-fields/retry@v2 with: timeout_minutes: 5 max_attempts: 5 diff --git a/composer.json b/composer.json index 181356c..b577879 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "require-dev": { "phpunit/phpunit": "^9.6", - "friendsofphp/php-cs-fixer": "^3.41" + "friendsofphp/php-cs-fixer": "^3.46" }, "autoload": { "psr-4": {