summaryrefslogtreecommitdiff
path: root/vendor/chillerlan/php-qrcode/.github/workflows/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/chillerlan/php-qrcode/.github/workflows/tests.yml')
-rw-r--r--vendor/chillerlan/php-qrcode/.github/workflows/tests.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/vendor/chillerlan/php-qrcode/.github/workflows/tests.yml b/vendor/chillerlan/php-qrcode/.github/workflows/tests.yml
index 07cf16cb7..9b26bb201 100644
--- a/vendor/chillerlan/php-qrcode/.github/workflows/tests.yml
+++ b/vendor/chillerlan/php-qrcode/.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
steps:
- name: "Checkout"
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: "Install PHP"
uses: shivammathur/setup-php@v2
@@ -62,7 +62,7 @@ jobs:
# run: git config --global core.autocrlf false
- name: "Checkout"
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: "Install PHP with extensions"
uses: shivammathur/setup-php@v2
@@ -79,6 +79,4 @@ jobs:
run: php vendor/bin/phpunit --configuration=phpunit.xml
- name: "Send code coverage report to Codecov.io"
- uses: codecov/codecov-action@v1
- with:
- token: ${{ secrets.CODECOV_TOKEN }}
+ uses: codecov/codecov-action@v3