From 014e04931fcbeddf5298eaa3b3a5f317c1556387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:59:04 +0000 Subject: [PATCH] Bump coverallsapp/github-action from 2.2.0 to 2.2.1 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412...95b1a2355bd0e526ad2fd62da9fd386ad4c98474) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 9ee11ac8..df0d88a8 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -71,7 +71,7 @@ jobs: - name: Collect coverage run: ./tool/coverage.sh - name: Upload coverage - uses: coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412 + uses: coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: lcov.info