From 22bf102ccc31ad6818efa16ec4add83de40a20dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 14:33:30 +0000 Subject: [PATCH] chore(deps): update coverallsapp/github-action action to v2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0a9830..a74279a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,6 +76,6 @@ jobs: yarn spellcheck - name: Coveralls GitHub Action if: matrix.node-version == '*' - uses: coverallsapp/github-action@v1.2.5 + uses: coverallsapp/github-action@v2.2.0 with: github-token: ${{ secrets.github_token }}