From 2dd40b7bf7688a5c97005b79aa40a8a1321c773c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 02:57:26 +0000 Subject: [PATCH] chore(deps): update gittools/actions action to v0.13.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 1496793..b8d3164 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -65,13 +65,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.9.10 + uses: gittools/actions/gitversion/setup@v0.13.6 with: versionSpec: '5.x' - name: GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v0.9.10 + uses: gittools/actions/gitversion/execute@v0.13.6 - name: Prepare id: prep