From cf5882b0a9bb6763b1da5be4c672f34128e1d699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 07:24:17 +0000 Subject: [PATCH] Bump gittools/actions from 0.10 to 0.11 Bumps [gittools/actions](https://github.com/gittools/actions) from 0.10 to 0.11. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v0.10...v0.11) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c4fa3b..330e318 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,12 +34,12 @@ jobs: fetch-depth: 0 # Required for GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.10 + uses: gittools/actions/gitversion/setup@v0.11 with: versionSpec: '5.x' - name: Determine Version - uses: gittools/actions/gitversion/execute@v0.10 + uses: gittools/actions/gitversion/execute@v0.11 with: useConfigFile: true