Skip to content

Commit

Permalink
chore(deps): update nick-invision/retry action to v3 (#524)
Browse files Browse the repository at this point in the history
Co-authored-by: Vishwaraj Anand <[email protected]>
  • Loading branch information
renovate-bot and vishwarajanand authored Feb 20, 2024
1 parent 1026d8a commit 34bb2ea
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 @@ -21,7 +21,7 @@ jobs:
with:
php-version: 7.4
- name: Install composer 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 @@ -34,7 +34,7 @@ jobs:
tools: ${{ matrix.tools }}
extensions: bcmath,${{ matrix.extensions }}
- name: Install composer dependencies
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_minutes: 10
max_attempts: 3
Expand All @@ -54,7 +54,7 @@ jobs:
with:
php-version: "8.2"
- 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 34bb2ea

Please sign in to comment.