From 607084da9d6e92ad329739569fcb86acb6bbc73a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 12:01:51 +0000 Subject: [PATCH] chore(deps): update nick-invision/retry action to v2.8.0 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2675e101e..59af6e3f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: run: make mock-assets - name: Test Go code - uses: nick-invision/retry@v2.7.1 + uses: nick-invision/retry@v2.8.0 with: timeout_minutes: 10 max_attempts: 5 @@ -575,7 +575,7 @@ jobs: run: /usr/local/bin/heroku container:release web --app karma-demo - name: Run e2e test - uses: nick-invision/retry@v2.7.1 + uses: nick-invision/retry@v2.8.0 with: timeout_minutes: 10 max_attempts: 3