From b4ffd1281b55ee27017242a9137ae2edd0c70775 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 12:50:43 +0000 Subject: [PATCH] chore(deps): update nick-invision/retry action to v2.7.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 bd0cc860e..fa4ea92cb 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.0 + uses: nick-invision/retry@v2.7.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.7.0 + uses: nick-invision/retry@v2.7.1 with: timeout_minutes: 10 max_attempts: 3