Skip to content

Commit

Permalink
build(deps): bump nick-invision/retry from 2.9.0 to 3.0.0 (#2123)
Browse files Browse the repository at this point in the history
* build(deps): bump nick-invision/retry from 2.9.0 to 3.0.0

Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.9.0 to 3.0.0.
- [Release notes](https://github.com/nick-invision/retry/releases)
- [Commits](nick-fields/retry@v2.9.0...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update version as master

Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
  • Loading branch information
dependabot[bot] and VietND96 committed Feb 1, 2024
1 parent 153a660 commit 7b7faff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build Docker images
run: VERSION=${BRANCH} BUILD_DATE=${BUILD_DATE} make build
- name: Test Docker images
uses: nick-invision/retry@v2.9.0
uses: nick-invision/retry@master
with:
timeout_minutes: 20
max_attempts: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -56,7 +56,7 @@ jobs:
DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}}
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
- name: Deploy new images
uses: nick-invision/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2
uses: nick-invision/retry@master
with:
timeout_minutes: 20
max_attempts: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-test.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Setup Kubernetes cluster
run: NAME=${IMAGE_REGISTRY} VERSION=${BRANCH} BUILD_DATE=${BUILD_DATE} make chart_cluster_setup
- name: Test Selenium Grid on Kubernetes
uses: nick-invision/retry@v2.9.0
uses: nick-invision/retry@master
with:
timeout_minutes: 30
max_attempts: 3
Expand Down

0 comments on commit 7b7faff

Please sign in to comment.