Skip to content

Commit

Permalink
Bump nick-fields/retry from 2.9.0 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.9.0 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.9.0...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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
1 parent 40a2703 commit 00fb438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pip install .
- name: Run Edge Robot Tests
uses: nick-fields/retry@v2.9.0
uses: nick-fields/retry@v3.0.0
with:
timeout_minutes: 45
max_attempts: 10
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
sudo apt-get -y -q install xvfb scrot zip curl libxml2-dev libxslt1-dev
- name: Run Chrome Robot Tests
uses: nick-fields/retry@v2.9.0
uses: nick-fields/retry@v3.0.0
with:
timeout_minutes: 45
max_attempts: 10
Expand Down

0 comments on commit 00fb438

Please sign in to comment.