From d22dc8a17b6bc627614d190f1712ece3b4f47a7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 05:11:18 +0000 Subject: [PATCH] chore(deps): update gittools/actions action to v3.1.6 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 32d84bb..70e7e83 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,12 +32,12 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.1.2 + uses: gittools/actions/gitversion/setup@v3.1.6 with: versionSpec: '5.x' - name: Use GitVersion - uses: gittools/actions/gitversion/execute@v3.1.2 + uses: gittools/actions/gitversion/execute@v3.1.6 id: gitversion with: targetPath: repository