From 1f5e401590ba2971a997b87f9860cab962cc1bc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:59:33 +0000 Subject: [PATCH] Bump nick-invision/retry from 2.8.3 to 3.0.0 Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.8.3 to 3.0.0. - [Release notes](https://github.com/nick-invision/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-invision/retry/compare/v2.8.3...v3.0.0) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index adfb18d6..bc719704 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: run: | pip install ".[test]" - name: Build and install Jupyter Enterprise Gateway - uses: nick-invision/retry@v2.8.3 + uses: nick-invision/retry@v3.0.0 with: timeout_minutes: 10 max_attempts: 2 @@ -43,7 +43,7 @@ jobs: run: | pip freeze - name: Run unit tests - uses: nick-invision/retry@v2.8.3 + uses: nick-invision/retry@v3.0.0 with: timeout_minutes: 3 max_attempts: 1