From db5c3f0181f1727043d2a61684892791ed50102a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:33:32 +0200 Subject: [PATCH] chore(deps): update nick-fields/retry digest to dfb235a (#242) [skip ci] Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pull_request.yml | 4 ++-- .github/workflows/release-vscode.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4e0d17b3..5f915841 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -44,7 +44,7 @@ jobs: - name: Run e2e tests if: runner.os != 'Linux' - uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e + uses: nick-fields/retry@dfb235ae84ed15b9e1a7ce71e611dcc1e300339d with: timeout_minutes: 5 max_attempts: 3 @@ -52,7 +52,7 @@ jobs: - name: Run web e2e tests if: runner.os != 'macOS' - uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e + uses: nick-fields/retry@dfb235ae84ed15b9e1a7ce71e611dcc1e300339d with: timeout_minutes: 5 max_attempts: 3 diff --git a/.github/workflows/release-vscode.yml b/.github/workflows/release-vscode.yml index 6486f0f0..4cfec747 100644 --- a/.github/workflows/release-vscode.yml +++ b/.github/workflows/release-vscode.yml @@ -49,7 +49,7 @@ jobs: run: xvfb-run -a npm run test:e2e - name: Run web e2e tests - uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e + uses: nick-fields/retry@dfb235ae84ed15b9e1a7ce71e611dcc1e300339d with: timeout_minutes: 5 max_attempts: 3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a498f1b2..f0baca7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: run: xvfb-run -a npm run test:e2e - name: Run web e2e tests - uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e + uses: nick-fields/retry@dfb235ae84ed15b9e1a7ce71e611dcc1e300339d with: timeout_minutes: 5 max_attempts: 3