diff options
author | 2022-04-25 07:41:52 -0700 | |
---|---|---|
committer | 2022-04-25 07:41:52 -0700 | |
commit | b4e0620bdef5d3c7544664a4d65b1ef0100f8345 (patch) | |
tree | fbec8df3a6be347d5771ebbc4257d104fb1cb8e4 | |
parent | 107ad75c0253c55e30b7c020dca760e5bbeb9d77 (diff) | |
download | coredns-b4e0620bdef5d3c7544664a4d65b1ef0100f8345.tar.gz coredns-b4e0620bdef5d3c7544664a4d65b1ef0100f8345.tar.zst coredns-b4e0620bdef5d3c7544664a4d65b1ef0100f8345.zip |
build(deps): bump codecov/codecov-action from 3.0.0 to 3.1.0 (#5338)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/e3c560433a6cc60aec8812599b7844a7b4fa0d71...81cd2dc8148241f03f5839d295e000b8f761e378)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/go.coverage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.coverage.yml b/.github/workflows/go.coverage.yml index d24fda99f..eb26a506f 100644 --- a/.github/workflows/go.coverage.yml +++ b/.github/workflows/go.coverage.yml @@ -27,4 +27,4 @@ jobs: done - name: Upload coverage to Codecov - uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 + uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 |