diff options
author | 2023-04-24 15:39:42 -0400 | |
---|---|---|
committer | 2023-04-24 15:39:42 -0400 | |
commit | 8cc60a8aba7db4b3fbdbb2affe57a60e0967afcc (patch) | |
tree | 4a1114b3de47ac24e3c5c8bc8bbc3419bf414add | |
parent | 13e66918e3f1221a0da8f562bdafbec43c3e8f24 (diff) | |
download | coredns-8cc60a8aba7db4b3fbdbb2affe57a60e0967afcc.tar.gz coredns-8cc60a8aba7db4b3fbdbb2affe57a60e0967afcc.tar.zst coredns-8cc60a8aba7db4b3fbdbb2affe57a60e0967afcc.zip |
build(deps): bump codecov/codecov-action from 3.1.2 to 3.1.3 (#6042)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.2 to 3.1.3.
- [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/40a12dcee2df644d47232dde008099a3e9e4f865...894ff025c7b54547a9a2a1e9f228beae737ad3c2)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 fe7248b19..ec6785c77 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@40a12dcee2df644d47232dde008099a3e9e4f865 + uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 |