Skip to content

Commit

Permalink
Bump nick-invision/retry from 1 to 3
Browse files Browse the repository at this point in the history
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 1 to 3.
- [Release notes](https://github.com/nick-invision/retry/releases)
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js)
- [Commits](nick-fields/retry@v1...v3)

---
updated-dependencies:
- dependency-name: nick-invision/retry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 513dc2f commit 16db84b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
php-version: ${{ matrix.php }}

- name: Install Dependencies
uses: nick-invision/retry@v1
uses: nick-invision/retry@v3
with:
timeout_minutes: 5
max_attempts: 5
Expand All @@ -70,7 +70,7 @@ jobs:
php-version: ${{ matrix.php }}

- name: Install Dependencies
uses: nick-invision/retry@v1
uses: nick-invision/retry@v3
with:
timeout_minutes: 5
max_attempts: 5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
php-version: ${{ matrix.php }}

- name: Install Dependencies
uses: nick-invision/retry@v1
uses: nick-invision/retry@v3
with:
timeout_minutes: 5
max_attempts: 5
Expand All @@ -47,7 +47,7 @@ jobs:
coverage: pcov

- name: Install Dependencies
uses: nick-invision/retry@v1
uses: nick-invision/retry@v3
with:
timeout_minutes: 5
max_attempts: 5
Expand Down

0 comments on commit 16db84b

Please sign in to comment.