Skip to content

Commit

Permalink
Bump nick-fields/retry from 2.8.3 to 3.0.0
Browse files Browse the repository at this point in the history
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](nick-fields/retry@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 15, 2024
1 parent c532ee2 commit e1c8ac3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-phar-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@ 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
command: composer update --no-interaction --no-progress

- 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1c8ac3

Please sign in to comment.