Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f
with:
max_attempts: 3
retry_on: error
Expand Down