Skip to content

Commit 88910d3

Browse files
build(deps): Bump nick-invision/retry from 2.8.1 to 2.8.2 (#38)
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/nick-invision/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](nick-fields/retry@v2.8.1...v2.8.2) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc67de9 commit 88910d3

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.1
68+
uses: nick-invision/retry@v2.8.2
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.1
76+
uses: nick-invision/retry@v2.8.2
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.1
84+
uses: nick-invision/retry@v2.8.2
8585
with:
8686
timeout_minutes: 5
8787
max_attempts: 5

0 commit comments

Comments
 (0)