From 9d57ba6fa2233bf3d9f3cfdc21586f84a325d9f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:06:36 +0000 Subject: [PATCH] build(deps): bump gittools/actions in the all-dependencies group Bumps the all-dependencies group with 1 update: [gittools/actions](https://github.com/gittools/actions). Updates `gittools/actions` from 3.0.4 to 3.1.1 - [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.0.4...v3.1.1) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c64eac0..ba2e000 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -45,13 +45,13 @@ jobs: dotnet-version: '9.x' - name: tools - gitversion - install - uses: gittools/actions/gitversion/setup@v3.0.4 + uses: gittools/actions/gitversion/setup@v3.1.1 with: versionSpec: '5.x' preferLatestVersion: true - name: tools - gitversion - execute - uses: gittools/actions/gitversion/execute@v3.0.4 + uses: gittools/actions/gitversion/execute@v3.1.1 with: useConfigFile: true configFilePath: GitVersion.yaml