From f1040fee393bf7d13226a0d080c2ac6a25d2c9c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:27:04 +0000 Subject: [PATCH] Bump the actions group with 1 update Bumps the actions group with 1 update: [gittools/actions](https://github.com/gittools/actions). Updates `gittools/actions` from 0.12.0 to 0.13.4 - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v0.12.0...v0.13.4) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f6d9cfd..2f6b4f4 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -19,11 +19,11 @@ jobs: fetch-depth: 0 #fetch-depth is needed for GitVersion #Install and calculate the new version with GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.12.0 + uses: gittools/actions/gitversion/setup@v0.13.4 with: versionSpec: 5.x - name: Determine Version - uses: gittools/actions/gitversion/execute@v0.12.0 + uses: gittools/actions/gitversion/execute@v0.13.4 id: gitversion # step id used as reference for output values - name: Display GitVersion outputs run: |