Update nick-invision/retry action to v3

This commit is contained in:
renovate[bot] 2024-02-02 03:35:20 +00:00 committed by GitHub
parent df37641fa8
commit 3fa25a3b5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -168,7 +168,7 @@ jobs:
run: brew install pipgrip run: brew install pipgrip
- name: Query PyPI API - name: Query PyPI API
uses: nick-invision/retry@v2 uses: nick-invision/retry@v3
with: with:
timeout_seconds: 10 timeout_seconds: 10
max_attempts: 30 max_attempts: 30
@ -186,7 +186,7 @@ jobs:
fi fi
- name: Update Homebrew Formula - name: Update Homebrew Formula
uses: nick-invision/retry@v2 uses: nick-invision/retry@v3
with: with:
timeout_minutes: 8 timeout_minutes: 8
max_attempts: 6 max_attempts: 6