From 989814b05c959e155a9d45a9eeec401802821843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Dec 2022 04:00:42 +0000 Subject: [PATCH] chore(deps): bump nick-fields/retry from 2.8.2 to 2.8.3 Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.8.2 to 2.8.3. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-fields/retry/compare/v2.8.2...v2.8.3) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index d885fa93712b..74bcbf8e3ed3 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -154,7 +154,7 @@ jobs: name: Wait for controller to be up - name: Run tests ${{matrix.test}} # https://github.com/marketplace/actions/retry-step - uses: nick-fields/retry@v2.8.2 + uses: nick-fields/retry@v2.8.3 with: timeout_minutes: 20 max_attempts: 2