Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 31, 2024
1 parent 3776ffa commit a13d1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
tools: composer:v2
coverage: none
- name: "Install dependencies"
uses: nick-invision/retry@v2.9.0
uses: nick-invision/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 @@ -38,7 +38,7 @@ jobs:
tools: composer:v2
coverage: none
- name: "Install dependencies"
uses: nick-invision/retry@v2.9.0
uses: nick-invision/retry@v3.0.0
with:
timeout_minutes: 5
max_attempts: 5
Expand Down

0 comments on commit a13d1ce

Please sign in to comment.