Skip to content

Commit 543138b

Browse files
authored
Update retry and codecov-action github actions (#117)
1 parent 0476b04 commit 543138b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
coverage: xdebug
2929

3030
- name: Install dependencies
31-
uses: nick-invision/retry@v1
31+
uses: nick-invision/retry@v2
3232
with:
3333
timeout_minutes: 5
3434
max_attempts: 5
@@ -41,7 +41,7 @@ jobs:
4141
run: php vendor/bin/phpunit
4242

4343
- name: Submit code coverage
44-
uses: codecov/codecov-action@v1
44+
uses: codecov/codecov-action@v2
4545

4646
- name: Evaluate semantic versioning
4747
run: |

0 commit comments

Comments
 (0)