From 7add913ea982523565d185f21c68d8e0e3c88613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Aug 2021 15:01:35 +0000 Subject: [PATCH] chore(deps): Bump coverallsapp/github-action from 1.1.2 to 1.1.3 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/8cbef1dea373ebce56de0a14c68d6267baa10b44...9ba913c152ae4be1327bfb9085dc806cedb44057) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 063a75c..24c3fb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: name: Install dependencies - run: yarn ci name: Run integration tests - - uses: coverallsapp/github-action@8cbef1dea373ebce56de0a14c68d6267baa10b44 + - uses: coverallsapp/github-action@9ba913c152ae4be1327bfb9085dc806cedb44057 name: Report code coverage with: github-token: ${{ secrets.GITHUB_TOKEN }}