build(deps): bump nick-invision/retry from 2.8.3 to 2.9.0 (#502)

Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.8.3 to 2.9.0.
- [Release notes](https://github.com/nick-invision/retry/releases)
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js)
- [Commits](943e742917...14672906e6)

---
updated-dependencies:
- dependency-name: nick-invision/retry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-30 18:15:26 -08:00 коммит произвёл GitHub
Родитель 746f873255
Коммит ffa0b8f455
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 4 добавлений и 4 удалений

8
.github/workflows/build-and-deploy.yml поставляемый
Просмотреть файл

@ -43,7 +43,7 @@ jobs:
CI: true
# FIXME: this is stalling
# - name: Download cache
# uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # tag: v2.8.3
# uses: nick-invision/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # tag: v2.9.0
# with:
# timeout_seconds: 300
# max_attempts: 3
@ -62,7 +62,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish "/assets" to Storage if version branch
if: ${{ inputs.branch == 'version' }}
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # tag: v2.8.3
uses: nick-invision/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # tag: v2.9.0
with:
timeout_seconds: 300
max_attempts: 3
@ -72,7 +72,7 @@ jobs:
SAS: ${{ secrets.SAS }}
- name: Publish "/docs" to Storage if version branch
if: ${{ inputs.branch == 'version' }}
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # tag: v2.8.3
uses: nick-invision/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # tag: v2.9.0
with:
timeout_seconds: 300
max_attempts: 3
@ -82,7 +82,7 @@ jobs:
SAS: ${{ secrets.SAS }}
- name: Publish everything to Storage if main branch
if: ${{ inputs.branch == 'main' }}
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # tag: v2.8.3
uses: nick-invision/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # tag: v2.9.0
with:
timeout_seconds: 300
max_attempts: 3