From 70b8fd6b2b8f3ace75126204ec2cb9384249c7c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 05:56:39 +0000 Subject: [PATCH] chore(deps): Bump coverallsapp/github-action from 1.1.3 to 1.2.3 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 1.2.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/9ba913c152ae4be1327bfb9085dc806cedb44057...65affa9d85c09884b6051d6c1c7138d469d62b23) --- 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 5793860..1f91bed 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@65affa9d85c09884b6051d6c1c7138d469d62b23 name: Report code coverage with: github-token: ${{ secrets.GITHUB_TOKEN }}