mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Update nick-invision/retry action to v3
This commit is contained in:
parent
df37641fa8
commit
3fa25a3b5a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue