From 32ac58d549f4702bd2d438bf646dc19f24945ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Aug 2021 16:01:36 +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 cadf174..d1ba4e8 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 }}