Skip to content

Commit

Permalink
chore(deps): update nick-invision/retry action to v3 (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 31, 2024
1 parent cb782dd commit e06d045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
php-version: 7.4
- name: Install Dependencies
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_minutes: 10
max_attempts: 3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
- name: Install Dependencies
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_minutes: 10
max_attempts: 3
Expand All @@ -37,7 +37,7 @@ jobs:
with:
php-version: "7.4"
- name: Install Dependencies
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_minutes: 10
max_attempts: 3
Expand Down

0 comments on commit e06d045

Please sign in to comment.