🌱 Bump nick-invision/retry from 2.8.0 to 2.8.1 (#2130)

Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/nick-invision/retry/releases)
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js)
- [Commits](616fa81820...b4fa57557d)

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

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] 2022-08-08 06:37:24 -10:00 committed by GitHub
parent 81b3c5a104
commit 0eb7cb2d74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 20 deletions

View File

@ -75,7 +75,7 @@ jobs:
go mod download
- name: Run GITHUB_TOKEN E2E #using retry because the GitHub token is being throttled.
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
env:
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
@ -85,7 +85,7 @@ jobs:
command: make e2e-gh-token
- name: Run PAT E2E #using retry because the GitHub token is being throttled.
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
env:
GITHUB_AUTH_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}
with:

View File

@ -105,7 +105,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: generate mocks
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error
@ -150,7 +150,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: generate docs
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error
@ -194,7 +194,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build-proto
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error
@ -239,7 +239,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Run build
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error
@ -284,7 +284,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build cron
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error
@ -329,7 +329,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build worker
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error
@ -374,7 +374,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build cii-worker
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error
@ -419,7 +419,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build shuffler
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error
@ -464,7 +464,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build bq transfer
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error
@ -509,7 +509,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build bq transfer
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error
@ -554,7 +554,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build webhook
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error
@ -599,7 +599,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build-add-script
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error
@ -644,7 +644,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build-validate-script
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error
@ -689,7 +689,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build-validate-script
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error
@ -768,7 +768,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Run build
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error
@ -812,7 +812,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Run build
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error
@ -856,7 +856,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Run build
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error

View File

@ -50,7 +50,7 @@ jobs:
- name: install ko
uses: imjasonh/setup-ko@78eea08f10db87a7a23a666a4a6fe2734f2eeb8d
- name: publishimage
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error