Просмотр исходного кода

Bump nick-fields/retry from 3 to 4 (#5838)

Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3 to 4.
- [Release notes](https://github.com/nick-fields/retry/releases)
- [Commits](https://github.com/nick-fields/retry/compare/v3...v4)

---
updated-dependencies:
- dependency-name: nick-fields/retry
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 месяцев назад
Родитель
Сommit
ae3ddd1c06
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .github/workflows/scheduled-assets-update.yml

+ 2 - 2
.github/workflows/scheduled-assets-update.yml

@@ -33,7 +33,7 @@ jobs:
 
 
       - name: Update Geodat
       - name: Update Geodat
         id: update
         id: update
-        uses: nick-fields/retry@v3
+        uses: nick-fields/retry@v4
         with:
         with:
           timeout_minutes: 60
           timeout_minutes: 60
           retry_wait_seconds: 60
           retry_wait_seconds: 60
@@ -82,7 +82,7 @@ jobs:
 
 
       - name: Update Wintun
       - name: Update Wintun
         id: update
         id: update
-        uses: nick-fields/retry@v3
+        uses: nick-fields/retry@v4
         with:
         with:
           timeout_minutes: 60
           timeout_minutes: 60
           retry_wait_seconds: 60
           retry_wait_seconds: 60