From 7b7fafff9f265b0e602ce2b1494d41743127438e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:20:55 +0700 Subject: [PATCH] build(deps): bump nick-invision/retry from 2.9.0 to 3.0.0 (#2123) * 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](https://github.com/nick-invision/retry/compare/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] * Update version as master Signed-off-by: Viet Nguyen Duc --------- Signed-off-by: dependabot[bot] Signed-off-by: Viet Nguyen Duc Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Viet Nguyen Duc --- .github/workflows/build-test.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/helm-chart-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index d0b68d0f5..ef9d3166c 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -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 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 36f738f01..f0792ee22 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/.github/workflows/helm-chart-test.yml b/.github/workflows/helm-chart-test.yml index a1a72fd77..1061bf80b 100644 --- a/.github/workflows/helm-chart-test.yml +++ b/.github/workflows/helm-chart-test.yml @@ -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