From 207bf9c9195eaeb14aa7e7e955b9dcd7ad167158 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:03:56 +0000 Subject: [PATCH] Update gittools/actions action to v0.11.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..5f50ae2 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.11.0 with: versionSpec: 5.x - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v0.9.9 + uses: gittools/actions/gitversion/execute@v0.11.0 - name: Set up JDK uses: actions/setup-java@v1 with: