From bf14598e8d64f0dfa885847627b338a051fdc13d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Oct 2021 03:44:10 +0000 Subject: [PATCH] chore(deps): update nick-invision/retry action to v2.5.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 57169d1a6..dd3815f78 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.5.0 + uses: nick-invision/retry@v2.5.1 with: timeout_minutes: 10 max_attempts: 5 @@ -542,7 +542,7 @@ jobs: run: /usr/local/bin/heroku container:release web --app karma-demo - name: Run e2e test - uses: nick-invision/retry@v2.5.0 + uses: nick-invision/retry@v2.5.1 with: timeout_minutes: 10 max_attempts: 3