Skip to content

Commit

Permalink
Merge pull request #126 from johnzuk/dependabot-github_actions-nick-i…
Browse files Browse the repository at this point in the history
…nvision-retry-3

Bump nick-invision/retry from 1 to 3
  • Loading branch information
johnzuk authored Feb 3, 2024
2 parents dfbf5fe + 16db84b commit 8c0b721
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
php-version: ${{ matrix.php }}

- name: Install Dependencies
uses: nick-invision/retry@v1
uses: nick-invision/retry@v3
with:
timeout_minutes: 5
max_attempts: 5
Expand All @@ -70,7 +70,7 @@ jobs:
php-version: ${{ matrix.php }}

- name: Install Dependencies
uses: nick-invision/retry@v1
uses: nick-invision/retry@v3
with:
timeout_minutes: 5
max_attempts: 5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
php-version: ${{ matrix.php }}

- name: Install Dependencies
uses: nick-invision/retry@v1
uses: nick-invision/retry@v3
with:
timeout_minutes: 5
max_attempts: 5
Expand All @@ -47,7 +47,7 @@ jobs:
coverage: pcov

- name: Install Dependencies
uses: nick-invision/retry@v1
uses: nick-invision/retry@v3
with:
timeout_minutes: 5
max_attempts: 5
Expand Down

0 comments on commit 8c0b721

Please sign in to comment.