From d485ca8306aee63d84bb1bd9ecb44a33e0a40ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 11:52:54 -0600 Subject: [PATCH] chore(deps): bump coverallsapp/github-action from 2.0.0 to 2.1.0 (#4100) Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/67662d24394fd74bffcf7b462d1b432814159afd...045a25193560dc194e405657f552faeb6b9433aa) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c7e0121df..97045aca5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -104,7 +104,7 @@ jobs: outfile: coverage.lcov - name: upload to coveralls - uses: coverallsapp/github-action@67662d24394fd74bffcf7b462d1b432814159afd + uses: coverallsapp/github-action@045a25193560dc194e405657f552faeb6b9433aa with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.lcov