0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-19 17:42:14 +02:00

Merge pull request #3014 from PHPMailer/dependabot/github_actions/nick-invision/retry-3

GH Actions: Bump nick-invision/retry from 2 to 3
This commit is contained in:
Marcus Bointon 2024-03-12 23:06:55 +01:00 committed by GitHub
commit 49a8caa76a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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