From edfcc1d27057768e21806f9468ec2bb261f997c2 Mon Sep 17 00:00:00 2001 From: Dong Nguyen Date: Wed, 30 Nov 2022 21:12:02 +0700 Subject: [PATCH] Update coveralls github action --- .github/workflows/ci-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 448144fd..a8d22416 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -29,8 +29,8 @@ jobs: npm run build --if-present npm run test - - name: sync to coveralls - uses: coverallsapp/github-action@v1.1.2 + - name: Coveralls GitHub Action + uses: coverallsapp/github-action@1.1.3 with: github-token: ${{ secrets.GITHUB_TOKEN }}