From 34f34f647dd335a627f5bc8f293464b58325f6c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 21:44:49 +0000 Subject: [PATCH] build(deps): bump gittools/actions from 4.3.3 to 4.4.2 Bumps [gittools/actions](https://github.com/gittools/actions) from 4.3.3 to 4.4.2. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v4.3.3...v4.4.2) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 bdee940..778dfa0 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.3 + uses: gittools/actions/gitversion/setup@v4.4.2 with: versionSpec: "6.x" - name: Version with GitVersion # https://github.com/marketplace/actions/use-actions id: gitversion - uses: gittools/actions/gitversion/execute@v4.3.3 + uses: gittools/actions/gitversion/execute@v4.4.2 - name: Push version tag uses: tvdias/github-tagger@v0.0.2