From 75858cbb0e5af5eb14bcf5dfdcb085a1b3000879 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 10:05:33 -0400 Subject: [PATCH] chore(deps): update coverallsapp/github-action action to v1.2.5 (#158) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 81ba1be..b0a9830 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@1.1.3 + uses: coverallsapp/github-action@v1.2.5 with: github-token: ${{ secrets.github_token }}