We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146ae2a commit 143d28eCopy full SHA for 143d28e
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Checkout code
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
19
with:
20
fetch-depth: 0
21
@@ -27,7 +27,7 @@ jobs:
27
coverage: xdebug
28
29
- name: Install dependencies
30
- uses: nick-invision/retry@v1
+ uses: nick-invision/retry@v2
31
env:
32
COMPOSER_AUTH: '{"github-oauth":{"github.com":"${{ secrets.COMPOSER_GITHUB_TOKEN }}"}}'
33
@@ -42,7 +42,7 @@ jobs:
42
run: php vendor/bin/phpunit
43
44
- name: Submit code coverage
45
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
46
47
- name: Evaluate semantic versioning
48
run: php bin/php-semver-checker-git suggest --allow-detached -vvv --details --include-before=src --include-after=src
0 commit comments