build(deps): bump nick-invision/retry from 3 to 4 (#22004)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Mar 21, 2026 at 21:54 UTC
dcf6304f800f4b41c47ac34d77817cd48bcbc76a
2 files changed
+2
-2
.github/workflows/packaging.yml
+1
-1
@@ -238,7 +238,7 @@ jobs:
238
- name: Fetch images
239
id: fetch-images
240
if: needs.file-check.outputs.run == 'true'
241
- uses: nick-invision/retry@v3
241
+ uses: nick-invision/retry@v4
242
with:
243
max_attempts: 3
244
retry_wait_seconds: 30
.github/workflows/repoconfig-packages.yml
+1
-1
@@ -82,7 +82,7 @@ jobs:
82
# Unlike normally, we do not need a deep clone or submodules for this.
83
- name: Fetch base image
84
id: fetch-images
85
- uses: nick-invision/retry@v3
85
+ uses: nick-invision/retry@v4
86
with:
87
max_attempts: 3
88
retry_wait_seconds: 30