Skip to content

Commit

Permalink
🌱 Bump nick-invision/retry from 2.6.0 to 2.8.0
Browse files Browse the repository at this point in the history
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.6.0 to 2.8.0.
- [Release notes](https://github.com/nick-invision/retry/releases)
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js)
- [Commits](nick-fields/retry@7f8f3d9...616fa81)

---
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>
  • Loading branch information
dependabot[bot] committed Aug 4, 2022
1 parent 29076cc commit bf00b70
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
env:
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -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@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
env:
GITHUB_AUTH_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}
with:
Expand Down
34 changes: 17 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: generate mocks
uses: nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: generate docs
uses: nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build-proto
uses: nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Run build
uses: nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build cron
uses: nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build worker
uses: nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build cii-worker
uses: nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -419,7 +419,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build shuffler
uses: nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -464,7 +464,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build bq transfer
uses: nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -509,7 +509,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build bq transfer
uses: nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -554,7 +554,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build webhook
uses: nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -599,7 +599,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build-add-script
uses: nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -644,7 +644,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build-validate-script
uses: nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -689,7 +689,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: build-validate-script
uses: nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -768,7 +768,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Run build
uses: nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -812,7 +812,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Run build
uses: nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -856,7 +856,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Run build
uses: nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
with:
max_attempts: 3
retry_on: error
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: install ko
uses: imjasonh/setup-ko@78eea08f10db87a7a23a666a4a6fe2734f2eeb8d
- name: publishimage
uses: nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
with:
max_attempts: 3
retry_on: error
Expand Down

0 comments on commit bf00b70

Please sign in to comment.