From 2133f252fc422a1de87e9b7c83f0bd76e3a22d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 16:02:11 +0000 Subject: [PATCH] Bump gittools/actions from 1.1.1 to 1.2.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/github-action-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-action-ci.yml b/.github/workflows/github-action-ci.yml index c2f64e1..3e91083 100644 --- a/.github/workflows/github-action-ci.yml +++ b/.github/workflows/github-action-ci.yml @@ -23,11 +23,11 @@ jobs: - name: Fetch all history for all tags and branches run: git fetch --prune --unshallow - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1.1.1 + uses: gittools/actions/gitversion/setup@v1.2.0 with: versionSpec: "5.x" - name: Determine Version - uses: gittools/actions/gitversion/execute@v1.1.1 + uses: gittools/actions/gitversion/execute@v1.2.0 build: runs-on: ${{ matrix.os }}