From b952030be7ac40c91dbddfe028f7977dd56ab041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 15:56:37 +0000 Subject: [PATCH] chore(deps): Bump coverallsapp/github-action from 1.1.3 to 1.2.4 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 1.2.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/9ba913c152ae4be1327bfb9085dc806cedb44057...50c33ad324a9902697adbf2f92c22cf5023eacf1) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 31fc491..12f9be1 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@9ba913c152ae4be1327bfb9085dc806cedb44057 + - uses: coverallsapp/github-action@50c33ad324a9902697adbf2f92c22cf5023eacf1 name: Report code coverage with: github-token: ${{ secrets.GITHUB_TOKEN }}