diff --git a/changelog.md b/changelog.md index 974c3a7a5..098f540a4 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,8 @@ > \[!IMPORTANT\] > This version is not released yet and is under active development. +- Use latest `gha-utils` release. + ## [4.2.0 (2024-07-15)](https://github.com/kdeldycke/workflows/compare/v4.1.4...v4.2.0) - Rename `gha-utils mailmap` command to `gha-utils mailmap-sync`. diff --git a/requirements/changelog.txt b/requirements/changelog.txt index 442adc51d..c96c181f3 100644 --- a/requirements/changelog.txt +++ b/requirements/changelog.txt @@ -1,2 +1,2 @@ bump-my-version == 0.24.2 -gha-utils == 4.1.4 \ No newline at end of file +gha-utils == 4.2.0 \ No newline at end of file diff --git a/requirements/gha-utils.txt b/requirements/gha-utils.txt index 91124998a..f26e9d339 100644 --- a/requirements/gha-utils.txt +++ b/requirements/gha-utils.txt @@ -1 +1 @@ -gha-utils == 4.1.4 \ No newline at end of file +gha-utils == 4.2.0 \ No newline at end of file