From a7fa1df587fe50a3656bfef99516caa5d929c345 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 06:43:13 +0000 Subject: [PATCH] chore(deps): update gittools/actions action to v4.3.1 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 069db98..f53ea65 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,13 +37,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.2.0 + uses: gittools/actions/gitversion/setup@v4.3.1 with: versionSpec: "6.x" - name: Version with GitVersion # https://github.com/marketplace/actions/use-actions id: gitversion - uses: gittools/actions/gitversion/execute@v4.2.0 + uses: gittools/actions/gitversion/execute@v4.3.1 - name: Push version tag uses: tvdias/github-tagger@v0.0.2