Skip to content

Commit 143d28e

Browse files
authoredDec 28, 2022
Update deprecated github actions (#66)
1 parent 146ae2a commit 143d28e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0
2121

@@ -27,7 +27,7 @@ jobs:
2727
coverage: xdebug
2828

2929
- name: Install dependencies
30-
uses: nick-invision/retry@v1
30+
uses: nick-invision/retry@v2
3131
env:
3232
COMPOSER_AUTH: '{"github-oauth":{"github.com":"${{ secrets.COMPOSER_GITHUB_TOKEN }}"}}'
3333
with:
@@ -42,7 +42,7 @@ jobs:
4242
run: php vendor/bin/phpunit
4343

4444
- name: Submit code coverage
45-
uses: codecov/codecov-action@v1
45+
uses: codecov/codecov-action@v3
4646

4747
- name: Evaluate semantic versioning
4848
run: php bin/php-semver-checker-git suggest --allow-detached -vvv --details --include-before=src --include-after=src

0 commit comments

Comments
 (0)
Please sign in to comment.