From 810f7b753fba011df98e3dffa497df7465e933ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:05:50 +0300 Subject: [PATCH 1/2] Update dependency io.github.gradle-nexus:publish-plugin to v2 (#2950) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f16dc678b1..74c6d6a2bf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ kotlinx-cli = "0.3.6" spotless = "6.22.0" fabric8 = "6.9.2" arrow-kt = "1.2.1" -publish = "1.3.0" +publish = "2.0.0" cpg = "7.1.2" # should be taken from cpg cpg-neo4j-ogm = { strictly = "4.0.6" } From 54dbba7ba65927ceb6ee7fd2a06721d4587e0d52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:16:34 +0000 Subject: [PATCH 2/2] Update gittools/actions action to v1.2.0 (#2959) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrey S. --- .github/workflows/helm_push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm_push.yml b/.github/workflows/helm_push.yml index d136aee82e..406ef74e2d 100644 --- a/.github/workflows/helm_push.yml +++ b/.github/workflows/helm_push.yml @@ -42,10 +42,10 @@ jobs: name: Prepare to build from branch run: | git switch --force-create ${{ inputs.branch }} origin/${{ inputs.branch }} - - uses: gittools/actions/gitversion/setup@v1.1.1 + - uses: gittools/actions/gitversion/setup@v1.2.0 with: versionSpec: 5.x - - uses: gittools/actions/gitversion/execute@v1.1.1 + - uses: gittools/actions/gitversion/execute@v1.2.0 id: calculate-semver with: targetPath: ${{ env.CHARTS_DIR }}