From ccfa1810a3e5a76d0c8fd54ab080efa1c4d4a4d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:43:58 +0000 Subject: [PATCH] chore(deps): 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 1db009d..632e224 100644 --- a/.github/workflows/cdkactions_prepare-for-release.yaml +++ b/.github/workflows/cdkactions_prepare-for-release.yaml @@ -20,12 +20,12 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - 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@v2 with: