mirror of
https://github.com/netdata/netdata.git
synced 2025-04-16 10:31:07 +00:00
Bump nick-invision/retry from 2 to 3 (#16928)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8ae6ce8947
commit
c45ca28d52
2 changed files with 2 additions and 2 deletions
.github/workflows
2
.github/workflows/packaging.yml
vendored
2
.github/workflows/packaging.yml
vendored
|
@ -232,7 +232,7 @@ jobs:
|
|||
- name: Fetch images
|
||||
id: fetch-images
|
||||
if: needs.file-check.outputs.run == 'true'
|
||||
uses: nick-invision/retry@v2
|
||||
uses: nick-invision/retry@v3
|
||||
with:
|
||||
max_attempts: 3
|
||||
retry_wait_seconds: 30
|
||||
|
|
2
.github/workflows/repoconfig-packages.yml
vendored
2
.github/workflows/repoconfig-packages.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
|||
# Unlike normally, we do not need a deep clone or submodules for this.
|
||||
- name: Fetch base image
|
||||
id: fetch-images
|
||||
uses: nick-invision/retry@v2
|
||||
uses: nick-invision/retry@v3
|
||||
with:
|
||||
max_attempts: 3
|
||||
retry_wait_seconds: 30
|
||||
|
|
Loading…
Add table
Reference in a new issue