From a0cfb5e7fd290abe4a31aab5c45705c487039bce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:08:05 +0200 Subject: [PATCH] ci: bump coverallsapp/github-action from 1.1.2 to 2.2.3 (#109) Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.2 to 2.2.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Upgrade guide](https://github.com/coverallsapp/github-action/blob/main/UPGRADE.md) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.1.2...v2.2.3) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 c5d8776..452066d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,6 @@ jobs: run: npm run tests-only - name: Submit coverage if: matrix.node-version == '16.x' - uses: coverallsapp/github-action@v1.1.2 + uses: coverallsapp/github-action@v2.2.3 with: github-token: ${{secrets.GITHUB_TOKEN}}