Skip to content

Commit e314649

Browse files
committed
chore(deps): update nick-invision/retry action to v4
1 parent 870c17e commit e314649

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
php-version: ${{ matrix.php }}
2323
extensions: ${{ matrix.os == 'windows-latest' && 'gmp, php_com_dotnet' || '' }}
2424
- name: Install Dependencies
25-
uses: nick-invision/retry@v3
25+
uses: nick-invision/retry@v4
2626
with:
2727
timeout_minutes: 10
2828
max_attempts: 3
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
php-version: "8.1"
4141
- name: Install Dependencies
42-
uses: nick-invision/retry@v3
42+
uses: nick-invision/retry@v4
4343
with:
4444
timeout_minutes: 10
4545
max_attempts: 3

0 commit comments

Comments
 (0)