From e727244e4a87ed4a65872552cb964335f8f03206 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:36:09 +0000 Subject: [PATCH] chore(deps): update gittools/actions action to v1 --- .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 c9378d8..af97879 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,13 +49,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.10.2 + uses: gittools/actions/gitversion/setup@v1.2.0 with: versionSpec: '5.x' - name: GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v0.10.2 + uses: gittools/actions/gitversion/execute@v1.2.0 - name: Prepare id: prep