From 95bc9d0b5514f6e7c048d045db9d76f267f41f2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:48:52 +0000 Subject: [PATCH] Update gittools/actions action to v0.12.0 --- .github/workflows/cdkactions_prepare-for-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cdkactions_prepare-for-release.yaml b/.github/workflows/cdkactions_prepare-for-release.yaml index 4965ce0..3a7e0be 100644 --- a/.github/workflows/cdkactions_prepare-for-release.yaml +++ b/.github/workflows/cdkactions_prepare-for-release.yaml @@ -15,12 +15,12 @@ jobs: with: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.9.9 + uses: gittools/actions/gitversion/setup@v0.12.0 with: versionSpec: 5.x - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v0.9.9 + uses: gittools/actions/gitversion/execute@v0.12.0 - name: Set up JDK uses: actions/setup-java@v1 with: