From 14f18e9b07991a72e984060c3ea86f473c9d76ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 03:11:43 +0000 Subject: [PATCH] Bump codecov/codecov-action from 5.4.2 to 5.5.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.2 to 5.5.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.4.2...v5.5.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- .github/workflows/CodeCov.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ba7b258..403c545 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,7 +40,7 @@ jobs: - uses: julia-actions/cache@v2 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - - uses: codecov/codecov-action@v5.4.2 + - uses: codecov/codecov-action@v5.5.1 with: file: lcov.info token: ${{secrets.CODECOV_TOKEN}} diff --git a/.github/workflows/CodeCov.yml b/.github/workflows/CodeCov.yml index d2a45f1..3148a42 100644 --- a/.github/workflows/CodeCov.yml +++ b/.github/workflows/CodeCov.yml @@ -35,7 +35,7 @@ jobs: if: success() - name: Submit coverage - uses: codecov/codecov-action@v5.4.2 + uses: codecov/codecov-action@v5.5.1 with: token: ${{secrets.CODECOV_TOKEN}} slug: emmacware/droplets.jl