From 7969c95456c63e94fd82356ea597d8ee824c7d5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:24:31 +0000 Subject: [PATCH] chore(ci): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [dopplerhq/cli-action](https://github.com/dopplerhq/cli-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `dopplerhq/cli-action` from 3 to 4 - [Release notes](https://github.com/dopplerhq/cli-action/releases) - [Commits](https://github.com/dopplerhq/cli-action/compare/v3...v4) Updates `codecov/codecov-action` from 5 to 6 - [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...v6) --- updated-dependencies: - dependency-name: dopplerhq/cli-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cli-binaries.yml | 2 +- .github/workflows/coverage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cli-binaries.yml b/.github/workflows/cli-binaries.yml index d6906f29..617d9ef4 100644 --- a/.github/workflows/cli-binaries.yml +++ b/.github/workflows/cli-binaries.yml @@ -155,7 +155,7 @@ jobs: cat bashkit.rb - name: Install Doppler CLI - uses: dopplerhq/cli-action@v3 + uses: dopplerhq/cli-action@v4 - name: Push formula to homebrew-tap env: diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a86816ce..eab0127c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -43,7 +43,7 @@ jobs: --engine llvm - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: coverage/cobertura.xml flags: unittests