Skip to content

Commit

Permalink
Merge pull request #3014 from PHPMailer/dependabot/github_actions/nic…
Browse files Browse the repository at this point in the history
…k-invision/retry-3

GH Actions: Bump nick-invision/retry from 2 to 3
  • Loading branch information
Synchro committed Mar 12, 2024
2 parents 5251d33 + 52d55bf commit 49a8caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
# Install postfix and automatically retry if the install failed, which happens reguarly.
# @link https://github.com/marketplace/actions/retry-step
- name: Install postfix
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_minutes: 2
max_attempts: 3
Expand Down

0 comments on commit 49a8caa

Please sign in to comment.