diff --git a/.github/workflows/build-and-test-pkg.yaml b/.github/workflows/build-and-test-pkg.yaml index a7967a8ee..19b7be50a 100644 --- a/.github/workflows/build-and-test-pkg.yaml +++ b/.github/workflows/build-and-test-pkg.yaml @@ -210,7 +210,7 @@ jobs: # Example workflow run https://github.com/runfinch/finch/actions/runs/4367457552/jobs/7638794529 sudo installer -pkg Finch-${{ needs.get-tag-name.outputs.tag }}-aarch64.pkg -target / - name: Run e2e tests - uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0 + uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 with: timeout_minutes: 180 max_attempts: 3 @@ -319,7 +319,7 @@ jobs: echo 'y' | sudo bash /Applications/Finch/uninstall.sh sudo installer -pkg Finch-${{ needs.get-tag-name.outputs.tag }}-x86_64.pkg -target / - name: Run e2e tests - uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0 + uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 with: timeout_minutes: 180 max_attempts: 3 diff --git a/.github/workflows/release-homebrew.yaml b/.github/workflows/release-homebrew.yaml index 4eccbdbde..0172228a2 100644 --- a/.github/workflows/release-homebrew.yaml +++ b/.github/workflows/release-homebrew.yaml @@ -144,7 +144,7 @@ jobs: brew reinstall --cask ./Casks/f/finch.rb shell: zsh {0} - name: Run e2e tests - uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0 + uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 with: timeout_minutes: 180 max_attempts: 3 @@ -262,7 +262,7 @@ jobs: brew reinstall --cask ./Casks/f/finch.rb shell: zsh {0} - name: Run e2e tests - uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0 + uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 with: timeout_minutes: 180 max_attempts: 3