From ef2f2c647a40093579f9137189c66c6ae6293aa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:56:58 -0800 Subject: [PATCH] Bump nick-invision/retry from 2.8.3 to 3.0.0 (#1365) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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