From 558794838c771f3167219e28f90eb99ea7354692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:57:20 +0000 Subject: [PATCH] ci(deps): Bump gittools/actions from 4.4.2 to 4.5.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 4.4.2 to 4.5.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/e0d584e657c606912e8fd522aeed29025975705f...bc6623af8fc07d5a8903052dd46da33403eec8e8) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 956d442..f5bfe7a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,12 +35,12 @@ jobs: fetch-tags: true - name: Install GitVersion ${{ env.GITVERSION }} - uses: gittools/actions/gitversion/setup@e0d584e657c606912e8fd522aeed29025975705f #v4.4.2 + uses: gittools/actions/gitversion/setup@bc6623af8fc07d5a8903052dd46da33403eec8e8 #v4.5.0 with: versionSpec: ${{ env.GITVERSION }} - name: Determine version - uses: gittools/actions/gitversion/execute@e0d584e657c606912e8fd522aeed29025975705f #v4.4.2 + uses: gittools/actions/gitversion/execute@bc6623af8fc07d5a8903052dd46da33403eec8e8 #v4.5.0 id: gitversion build: