From ee385834eb09dd07bf3c04b159300bcf7530e454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:55:12 +0000 Subject: [PATCH] Bump coverallsapp/github-action from 1.1.2 to 2.3.4 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.2 to 2.3.4. - [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.3.4) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-major ... 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 49f9c4d..2ea7601 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,7 +38,7 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 with: directories: src - - uses: coverallsapp/github-action@v1.1.2 + - uses: coverallsapp/github-action@v2.3.4 with: github-token: ${{ github.token }} path-to-lcov: lcov.info