From 7d3cb9363c9839cdf02a86d0e67073c4704cb3e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 04:38:27 +0000 Subject: [PATCH] chore(deps): update nick-invision/retry action to v2.8.1 --- .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 59af6e3f1..a60952f4f 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.8.0 + uses: nick-invision/retry@v2.8.1 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.8.0 + uses: nick-invision/retry@v2.8.1 with: timeout_minutes: 10 max_attempts: 3