Skip to content

Commit

Permalink
Bump nick-fields/retry from 2.4.0 to 2.6.0 (2i2c-org#1214)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 21, 2022
1 parent f24a826 commit f73d101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
# Retry action: https://github.com/marketplace/actions/retry-step
- name: Run health check for staging hub on cluster ${{ matrix.jobs.cluster_name }}
if: matrix.jobs.upgrade_staging
uses: nick-fields/retry@v2.4.0
uses: nick-fields/retry@v2.6.0
with:
timeout_minutes: 10
max_attempts: 2
Expand All @@ -178,7 +178,7 @@ jobs:
# Retry action: https://github.com/marketplace/actions/retry-step
- name: Run health check for dask-staging hub on cluster ${{ matrix.jobs.cluster_name }} if it exists
if: matrix.jobs.upgrade_staging && matrix.jobs.cluster_name == '2i2c'
uses: nick-fields/retry@v2.4.0
uses: nick-fields/retry@v2.6.0
with:
timeout_minutes: 10
max_attempts: 2
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
# Retry action: https://github.com/marketplace/actions/retry-step
- name: Run health check against ${{ matrix.jobs.hub_name }} hub on cluster ${{ matrix.jobs.cluster_name}}
uses: nick-fields/retry@v2.4.0
uses: nick-fields/retry@v2.6.0
with:
timeout_minutes: 10
max_attempts: 3
Expand Down

0 comments on commit f73d101

Please sign in to comment.