From 19b28cdd2855a80db9d23b9da3e77e42bb492b46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:30:51 +0000 Subject: [PATCH] chore(deps): update gittools/actions action to v3 --- .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 d6ffe33..d576684 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,12 +31,12 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v2.0.1 + uses: gittools/actions/gitversion/setup@v3.0.0 with: versionSpec: '5.x' - name: Use GitVersion - uses: gittools/actions/gitversion/execute@v2.0.1 + uses: gittools/actions/gitversion/execute@v3.0.0 id: gitversion with: targetPath: repository