From d290bbcc4098b51cf357987d77296e1f3a81c143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:44:49 +0000 Subject: [PATCH] Bump gittools/actions from 3.1.3 to 3.1.11 Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1.3 to 3.1.11. - [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/v3.1.3...v3.1.11) --- updated-dependencies: - dependency-name: gittools/actions 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 a752b3f..d9442bd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,13 +23,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.1.3 + uses: gittools/actions/gitversion/setup@v3.1.11 with: versionSpec: "6.0.x" - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v3.1.3 + uses: gittools/actions/gitversion/execute@v3.1.11 with: useConfigFile: true