Skip to content

Commit b1e12e1

Browse files
chore(deps): bump nick-invision/retry from 3.0.0 to 3.0.2 (#1052)
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 3.0.0 to 3.0.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@v3.0.0...v3.0.2) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7f0832 commit b1e12e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
4040

4141
- name: Select Laravel 10
42-
uses: nick-invision/[email protected].0
42+
uses: nick-invision/[email protected].2
4343
with:
4444
timeout_minutes: 5
4545
max_attempts: 5
4646
command: composer require "laravel/framework:10.*" "phpunit/phpunit:^10" --no-update --no-interaction
4747
if: "matrix.laravel == '10'"
4848

4949
- name: Install PHP Dependencies
50-
uses: nick-invision/[email protected].0
50+
uses: nick-invision/[email protected].2
5151
with:
5252
timeout_minutes: 5
5353
max_attempts: 5

0 commit comments

Comments
 (0)