File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
2323 update : true
2424
2525 - name : Install Dependencies
26- uses : nick-invision /retry@v3
26+ uses : nick-fields /retry@v3
2727 with :
2828 timeout_minutes : 5
2929 max_attempts : 5
3030 command : composer update --no-interaction --no-progress
3131
3232 - name : Install PHPStan
33- uses : nick-invision /retry@v3
33+ uses : nick-fields /retry@v3
3434 with :
3535 timeout_minutes : 5
3636 max_attempts : 5
Original file line number Diff line number Diff line change 2828 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
2929
3030 - name : Install Latest Dependencies
31- uses : nick-invision /retry@v3
31+ uses : nick-fields /retry@v3
3232 with :
3333 timeout_minutes : 5
3434 max_attempts : 5
6060 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
6161
6262 - name : Install Lowest Dependencies
63- uses : nick-invision /retry@v3
63+ uses : nick-fields /retry@v3
6464 with :
6565 timeout_minutes : 5
6666 max_attempts : 5
You can’t perform that action at this time.
0 commit comments