Skip to content

Commit 7175f98

Browse files
build(deps): Bump nick-invision/retry from 2.8.2 to 2.8.3 (#46)
1 parent b06fed2 commit 7175f98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,23 +65,23 @@ jobs:
6565
restore-keys: ${{ runner.os }}-composer-
6666

6767
- name: Set Minimum PHP 8.0 Versions
68-
uses: nick-invision/retry@v2.8.2
68+
uses: nick-invision/retry@v2.8.3
6969
with:
7070
timeout_minutes: 5
7171
max_attempts: 5
7272
command: composer require guzzlehttp/guzzle:^7.2 --no-interaction --no-update
7373
if: matrix.php-versions >= 8
7474

7575
- name: Set Minimum PHP 8.1 Versions
76-
uses: nick-invision/retry@v2.8.2
76+
uses: nick-invision/retry@v2.8.3
7777
with:
7878
timeout_minutes: 5
7979
max_attempts: 5
8080
command: composer require symfony/symfony:5.4.x-dev league/commonmark:^2.0.2 phpunit/phpunit:^9.5.8 --no-interaction --no-update
8181
if: matrix.php-versions >= 8.1
8282

8383
- name: Install dependencies
84-
uses: nick-invision/retry@v2.8.2
84+
uses: nick-invision/retry@v2.8.3
8585
with:
8686
timeout_minutes: 5
8787
max_attempts: 5

0 commit comments

Comments
 (0)