0
0
Fork 0
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 ()

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-05 10:23:08 +02:00 committed by GitHub
parent 8ae6ce8947
commit c45ca28d52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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