From 199d07609f53029c2571936f36ced4476beaae97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 02:42:53 +0000 Subject: [PATCH] Bump nick-fields/retry from 2.8.3 to 3.0.0 Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.8.3 to 3.0.0. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-fields/retry/compare/v2.8.3...v3.0.0) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deps.yml | 2 +- .github/workflows/phpstan.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/run-phar-tests.yml | 2 +- .github/workflows/run-tests.yml | 6 +++--- .github/workflows/tests.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deps.yml b/.github/workflows/deps.yml index 9200aa4e..734bc4cd 100644 --- a/.github/workflows/deps.yml +++ b/.github/workflows/deps.yml @@ -39,7 +39,7 @@ jobs: coverage: none - name: Install dependencies - uses: nick-fields/retry@v2.8.3 + uses: nick-fields/retry@v3.0.0 with: timeout_minutes: 5 max_attempts: 5 diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 5d6e738b..205f6ce5 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -23,14 +23,14 @@ jobs: coverage: none - name: Install dependencies - uses: nick-fields/retry@v2.8.3 + uses: nick-fields/retry@v3.0.0 with: timeout_minutes: 5 max_attempts: 5 command: composer update --no-interaction --no-progress - name: Install PHPStan - uses: nick-fields/retry@v2.8.3 + uses: nick-fields/retry@v3.0.0 with: timeout_minutes: 5 max_attempts: 5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19a48846..32235ce1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: coverage: none - name: Install dependencies - uses: nick-fields/retry@v2.8.3 + uses: nick-fields/retry@v3.0.0 with: timeout_minutes: 5 max_attempts: 5 diff --git a/.github/workflows/run-phar-tests.yml b/.github/workflows/run-phar-tests.yml index c63cd05f..ea11ab1d 100644 --- a/.github/workflows/run-phar-tests.yml +++ b/.github/workflows/run-phar-tests.yml @@ -48,7 +48,7 @@ jobs: run: composer init --no-interaction --name=psy/test --autoload=test/ - name: Install PHPUnit - uses: nick-fields/retry@v2.8.3 + uses: nick-fields/retry@v3.0.0 with: timeout_minutes: 5 max_attempts: 5 diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 59933f65..74ccaca9 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -43,7 +43,7 @@ jobs: - name: Install dependencies if: inputs.deps != 'lowest' - uses: nick-fields/retry@v2.8.3 + uses: nick-fields/retry@v3.0.0 with: timeout_minutes: 5 max_attempts: 5 @@ -51,14 +51,14 @@ jobs: - name: Install dependencies (--prefer-lowest) if: inputs.deps == 'lowest' - uses: nick-fields/retry@v2.8.3 + uses: nick-fields/retry@v3.0.0 with: timeout_minutes: 5 max_attempts: 5 command: composer update --prefer-lowest --prefer-stable --no-interaction --no-progress - name: Install PHPUnit - uses: nick-fields/retry@v2.8.3 + uses: nick-fields/retry@v3.0.0 with: timeout_minutes: 5 max_attempts: 5 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 31f4f0e8..8691473f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: coverage: none - name: Install dependencies - uses: nick-fields/retry@v2.8.3 + uses: nick-fields/retry@v3.0.0 with: timeout_minutes: 5 max_attempts: 5