From a42b4c430a60084969ca1d7e445d99d6ccb91a92 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 10 Dec 2021 02:54:47 +0000 Subject: [PATCH] chore(deps): update nick-invision/retry action to v2.6.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 a05cd8568..25d2969ef 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.1 + uses: nick-invision/retry@v2.6.0 with: timeout_minutes: 10 max_attempts: 5 @@ -554,7 +554,7 @@ jobs: run: /usr/local/bin/heroku container:release web --app karma-demo - name: Run e2e test - uses: nick-invision/retry@v2.5.1 + uses: nick-invision/retry@v2.6.0 with: timeout_minutes: 10 max_attempts: 3