From 8578421b77f208ad39fcc747de9355622a3320b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 14:06:11 +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..c11a98a 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.1.2 with: github-token: ${{ secrets.github_token }}