From 39704ea033019c93edfcad3e9fcf0c6e060c2bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:59:59 +0000 Subject: [PATCH] build(ci): Bump gittools/actions from 3.1.1 to 3.1.3 Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1.1 to 3.1.3. - [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.1...v3.1.3) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 951cba6..d4fb0b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,13 +177,13 @@ jobs: dotnet-quality: ga - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.1.1 + uses: gittools/actions/gitversion/setup@v3.1.3 with: versionSpec: '5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v3.1.1 + uses: gittools/actions/gitversion/execute@v3.1.3 with: useConfigFile: true