Bump nick-invision/retry from 2 to 3 (#16928)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Feb 5, 2024 at 10:23 UTC
c45ca28d52dac7cc699559bf46a3889ca4d1ed6b
2 files changed
+2
-2
.github/workflows/packaging.yml
+1
-1
@@ -232,7 +232,7 @@ jobs:
232
- name: Fetch images
233
id: fetch-images
234
if: needs.file-check.outputs.run == 'true'
235
- uses: nick-invision/retry@v2
235
+ uses: nick-invision/retry@v3
236
with:
237
max_attempts: 3
238
retry_wait_seconds: 30
.github/workflows/repoconfig-packages.yml
+1
-1
@@ -81,7 +81,7 @@ jobs:
81
# Unlike normally, we do not need a deep clone or submodules for this.
82
- name: Fetch base image
83
id: fetch-images
84
- uses: nick-invision/retry@v2
84
+ uses: nick-invision/retry@v3
85
with:
86
max_attempts: 3
87
retry_wait_seconds: 30