summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-01 19:37:06 -0800
committerGitHub <noreply@github.com>2024-02-01 19:37:06 -0800
commitde4cf5219e44a861512464bf3bc014bbfafb783a (patch)
tree516bdac2cb26b01967e3d1331ca66c8310f99613
parent7fdc43b69d0257c14c55c7f04ca667898d151c9e (diff)
Update nick-invision/retry action to v3 (#1851)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 92338218..7d21523f 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -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
@@ -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