From 3bb63648bc085bad0dc36a9a87ff95c4515573b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 04:32:46 +0000 Subject: [PATCH] Bump gittools/actions from 3.0.1 to 3.0.3 Bumps [gittools/actions](https://github.com/gittools/actions) from 3.0.1 to 3.0.3. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v3.0.1...v3.0.3) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-desktop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 4078dc0..d927e3c 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -68,11 +68,11 @@ jobs: - uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.x - - uses: gittools/actions/gitversion/setup@v3.0.1 + - uses: gittools/actions/gitversion/setup@v3.0.3 with: versionSpec: "5.x" - id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.1 + uses: gittools/actions/gitversion/execute@v3.0.3 - run: | dotnet publish VdLabel -c Release -o publish --sc ${{ matrix.self }} ` -p:Version=${{ steps.gitversion.outputs.fullSemVer }} `