Skip to content

Commit

Permalink
Update nick-invision/retry action to v3 (#1851)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 2, 2024
1 parent 7fdc43b commit de4cf52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
run: brew install pipgrip

- name: Query PyPI API
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_seconds: 10
max_attempts: 30
Expand All @@ -186,7 +186,7 @@ jobs:
fi
- name: Update Homebrew Formula
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_minutes: 8
max_attempts: 6
Expand Down

0 comments on commit de4cf52

Please sign in to comment.