From 8f5e01851a12eb8c9d6ff18ff08cc08f82faf099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:39:22 +0000 Subject: [PATCH] chore(deps): bump gittools/actions from 2 to 3 Bumps [gittools/actions](https://github.com/gittools/actions) from 2 to 3. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v2...v3) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 75daa4a..19f5d9a 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -36,13 +36,13 @@ jobs: dotnet-version: '8.0.x' - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v2 + uses: gittools/actions/gitversion/setup@v3 with: versionSpec: '5.x' - name: Determine Version id: gitversion # id to later be referenced - uses: gittools/actions/gitversion/execute@v2 + uses: gittools/actions/gitversion/execute@v3 with: useConfigFile: true