From 69a68ce0a3ffd27358b9abf3157d804a2629cd96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 19:02:35 +0000 Subject: [PATCH] chore(deps): bump gittools/actions from 4.1.0 to 4.5.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 4.1.0 to 4.5.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v4.1.0...v4.5.0) --- 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/pre-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index c91fe03..80930e3 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -20,11 +20,11 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.1.0 + uses: gittools/actions/gitversion/setup@v4.5.0 - name: Calculate Version id: version - uses: gittools/actions/gitversion/execute@v4.1.0 + uses: gittools/actions/gitversion/execute@v4.5.0 - name: Tag Commit uses: fgrzl/actions/tag-commit@v0.0.3