From 29ca787f27c3af94dbc992abbba7d7415417783e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:54:44 +0100 Subject: [PATCH] Bump gittools/actions from 3.1.10 to 3.1.11 (#186) Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1.10 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.10...v3.1.11) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nightly-release.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 9da20b1..52a3080 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -21,12 +21,12 @@ jobs: - name: Fetch all history for all tags and branches run: git fetch --prune --unshallow - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.1.10 + uses: gittools/actions/gitversion/setup@v3.1.11 with: versionSpec: '6.0.5' - name: Use GitVersion id: gitversion # step id used as reference for output values - uses: gittools/actions/gitversion/execute@v3.1.10 + uses: gittools/actions/gitversion/execute@v3.1.11 - run: | echo "MajorMinorPatch: ${{ steps.gitversion.outputs.MajorMinorPatch }}" echo "FullSemVer: ${{ steps.gitversion.outputs.FullSemVer }}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72effe7..60cdf10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,12 +23,12 @@ jobs: - name: Fetch all history for all tags and branches run: git fetch --prune --unshallow - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.1.10 + uses: gittools/actions/gitversion/setup@v3.1.11 with: versionSpec: '6.0.5' - name: Use GitVersion id: gitversion # step id used as reference for output values - uses: gittools/actions/gitversion/execute@v3.1.10 + uses: gittools/actions/gitversion/execute@v3.1.11 - run: | echo "MajorMinorPatch: ${{ steps.gitversion.outputs.MajorMinorPatch }}" echo "FullSemVer: ${{ steps.gitversion.outputs.FullSemVer }}"