diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d4be5cc29..deabc79a7 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -57,7 +57,7 @@ jobs: echo "Homebrew dependencies installed" - name: Install Dependencies - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 10 max_attempts: 3 @@ -76,7 +76,7 @@ jobs: run: npm run e2e - name: Build the app - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 15 max_attempts: 3 diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 525aca4c6..040cd89ba 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -59,7 +59,7 @@ jobs: flatpak install --user -y --noninteractive org.freedesktop.Platform//25.08 org.freedesktop.Sdk//25.08 org.electronjs.Electron2.BaseApp//25.08 - name: Install Dependencies - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 10 max_attempts: 3 @@ -82,7 +82,7 @@ jobs: run: npm run e2e - name: Build the app - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 15 max_attempts: 3 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f591b19c2..69476be13 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -55,7 +55,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install Dependencies - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 10 max_attempts: 3 @@ -74,7 +74,7 @@ jobs: run: npm run e2e - name: Build the app - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 15 max_attempts: 3