From 83e355ecf8cb848c19ef3db5f88bb6bbe7c08e71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 05:22:02 +0000 Subject: [PATCH] build(deps): bump gittools/actions from 4.0.1 to 4.1.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](https://github.com/gittools/actions/compare/v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.1.0 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 2420b96..f6ae4a1 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.0.1 + uses: gittools/actions/gitversion/setup@v4.1.0 with: versionSpec: "6.x" - name: Version with GitVersion # https://github.com/marketplace/actions/use-actions id: gitversion - uses: gittools/actions/gitversion/execute@v4.0.1 + uses: gittools/actions/gitversion/execute@v4.1.0 - name: Push version tag uses: tvdias/github-tagger@v0.0.2