[ffigen] Bump coverallsapp/github-action from 1.1.2 to 1.1.3 (#482) 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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/pkgs/ffigen/.github/workflows/test-package.yml b/pkgs/ffigen/.github/workflows/test-package.yml index 064e4c7..8ab406c 100644 --- a/pkgs/ffigen/.github/workflows/test-package.yml +++ b/pkgs/ffigen/.github/workflows/test-package.yml
@@ -71,7 +71,7 @@ - name: Collect coverage run: ./tool/coverage.sh - name: Upload coverage - uses: coverallsapp/github-action@8cbef1dea373ebce56de0a14c68d6267baa10b44 + uses: coverallsapp/github-action@9ba913c152ae4be1327bfb9085dc806cedb44057 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: lcov.info