diff --git a/CHANGELOG.md b/CHANGELOG.md index 071e466d7..a9a02ae20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v5.0.7 +### What's Changed +* fix: use HEAD_REPO by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1690 + + +**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7 + ## v5.0.6 ### What's Changed * fix: update CODECOV_TOKEN and fix tokenless by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1688 diff --git a/src/version b/src/version index 221215526..623b52a45 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -CODECOV_ACTION_VERSION="5.0.6" +CODECOV_ACTION_VERSION="5.0.7"