From 728f0c15dafbc5a79009179770b8ffad9f4f14e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 22:57:18 +0000 Subject: [PATCH] build(deps): bump gittools/actions from 4.3.2 to 4.3.3 Bumps [gittools/actions](https://github.com/gittools/actions) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v4.3.2...v4.3.3) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 a901eef..bdee940 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.3.2 + uses: gittools/actions/gitversion/setup@v4.3.3 with: versionSpec: "6.x" - name: Version with GitVersion # https://github.com/marketplace/actions/use-actions id: gitversion - uses: gittools/actions/gitversion/execute@v4.3.2 + uses: gittools/actions/gitversion/execute@v4.3.3 - name: Push version tag uses: tvdias/github-tagger@v0.0.2