From a1a879a76809fa7e4aa7b782030e179e1854ec8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:23:40 -0700 Subject: [PATCH] chore(deps): update nick-fields/retry action to v3 (#3678) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/automated-end-to-end-api.yaml | 2 +- .github/workflows/browser-testing.yml | 2 +- .github/workflows/container.yaml | 2 +- .github/workflows/hls-tests.yml | 4 ++-- .github/workflows/screenshots.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/automated-end-to-end-api.yaml b/.github/workflows/automated-end-to-end-api.yaml index cce4c58b8..d42c9a2cc 100644 --- a/.github/workflows/automated-end-to-end-api.yaml +++ b/.github/workflows/automated-end-to-end-api.yaml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v4 - name: Run API tests - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 10 max_attempts: 3 diff --git a/.github/workflows/browser-testing.yml b/.github/workflows/browser-testing.yml index b38290970..61f780964 100644 --- a/.github/workflows/browser-testing.yml +++ b/.github/workflows/browser-testing.yml @@ -47,7 +47,7 @@ jobs: run: sudo apt-get update && sudo apt-get install google-chrome-stable - name: Run Browser tests - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 20 max_attempts: 3 diff --git a/.github/workflows/container.yaml b/.github/workflows/container.yaml index d8275833b..7993e1db3 100644 --- a/.github/workflows/container.yaml +++ b/.github/workflows/container.yaml @@ -49,7 +49,7 @@ jobs: EARTHLY_BUILD_TAG: 'nightly' EARTHLY_BUILD_BRANCH: 'develop' EARTHLY_PUSH: true - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 20 max_attempts: 3 diff --git a/.github/workflows/hls-tests.yml b/.github/workflows/hls-tests.yml index 1dd2856aa..1a7f94a16 100644 --- a/.github/workflows/hls-tests.yml +++ b/.github/workflows/hls-tests.yml @@ -43,14 +43,14 @@ jobs: ${{ runner.os }}- - name: Local stroage - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 10 max_attempts: 3 command: cd test/automated/hls && ./run.sh - name: S3 storage - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 10 max_attempts: 3 diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml index 56a8af096..811b85f6f 100644 --- a/.github/workflows/screenshots.yml +++ b/.github/workflows/screenshots.yml @@ -33,7 +33,7 @@ jobs: ${{ runner.os }}- - name: Automate screenshots - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 10 max_attempts: 4