From 7f483147c61f3b39c822d3fa6d0f3c86b6d2bdcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 05:29:34 +0000 Subject: [PATCH] Update coverallsapp/github-action requirement to v1.1.2 Updates the requirements on [coverallsapp/github-action](https://github.com/coverallsapp/github-action) to permit the latest version. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/commits/8cbef1dea373ebce56de0a14c68d6267baa10b44) Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 15dae48..bcac353 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: infile: coverage.out outfile: coverage.lcov - name: Coveralls Parallel - uses: coverallsapp/github-action@v1.1.1 + uses: coverallsapp/github-action@v1.1.2 with: github-token: ${{ secrets.github_token }} path-to-lcov: coverage.lcov @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@v1.1.2 with: github-token: ${{ secrets.github_token }} parallel-finished: true