Skip to content

Commit

Permalink
🌱 Bump nick-invision/retry from 2.8.2 to 2.8.3 (#2576)
Browse files Browse the repository at this point in the history
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/nick-invision/retry/releases)
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js)
- [Commits](nick-fields/retry@3e91a01...943e742)

---
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 5, 2023
1 parent 6ff06a3 commit 7c0edac
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 @@ -58,7 +58,7 @@ jobs:
go mod download
- name: Run GITHUB_TOKEN E2E #using retry because the GitHub token is being throttled.
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
env:
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLAB_AUTH_TOKEN: ${{ secrets.GITLAB_TOKEN }}
Expand All @@ -69,7 +69,7 @@ jobs:
command: make e2e-gh-token

- name: Run PAT E2E #using retry because the GitHub token is being throttled.
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
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 @@ -109,7 +109,7 @@ jobs:
check-latest: true
cache: true
- name: generate mocks
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
check-latest: true
cache: true
- name: generate docs
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
check-latest: true
cache: true
- name: build-proto
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
check-latest: true
cache: true
- name: Run build
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
check-latest: true
cache: true
- name: build cron
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
check-latest: true
cache: true
- name: build worker
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -384,7 +384,7 @@ jobs:
check-latest: true
cache: true
- name: build cii-worker
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -432,7 +432,7 @@ jobs:
check-latest: true
cache: true
- name: build shuffler
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -480,7 +480,7 @@ jobs:
check-latest: true
cache: true
- name: build bq transfer
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -528,7 +528,7 @@ jobs:
check-latest: true
cache: true
- name: build bq transfer
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -576,7 +576,7 @@ jobs:
check-latest: true
cache: true
- name: build webhook
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -624,7 +624,7 @@ jobs:
check-latest: true
cache: true
- name: build-add-script
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -672,7 +672,7 @@ jobs:
check-latest: true
cache: true
- name: build-validate-script
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -720,7 +720,7 @@ jobs:
check-latest: true
cache: true
- name: build-validate-script
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -792,7 +792,7 @@ jobs:
check-latest: true
cache: true
- name: Run build
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -839,7 +839,7 @@ jobs:
check-latest: true
cache: true
- name: Run build
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
max_attempts: 3
retry_on: error
Expand Down Expand Up @@ -874,7 +874,7 @@ jobs:
check-latest: true
cache: true
- name: Run build
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
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 @@ -51,7 +51,7 @@ jobs:
- name: install ko
uses: imjasonh/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa
- name: publishimage
uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
max_attempts: 3
retry_on: error
Expand Down

0 comments on commit 7c0edac

Please sign in to comment.