From d82d55fad819b7078543c6eeabd6ff1461292691 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:32:09 -0800 Subject: [PATCH] Update gittools/actions action to v3.1.1 (#1108) --- .github/actions/compute-version/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/compute-version/action.yml b/.github/actions/compute-version/action.yml index 0b10c645..ce032cf9 100644 --- a/.github/actions/compute-version/action.yml +++ b/.github/actions/compute-version/action.yml @@ -23,13 +23,13 @@ runs: using: composite steps: - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.4 + uses: gittools/actions/gitversion/setup@v3.1.1 with: versionSpec: '5.x' - name: Determine Version id: version - uses: gittools/actions/gitversion/execute@v3.0.4 + uses: gittools/actions/gitversion/execute@v3.1.1 with: configFilePath: ${{ inputs.configFilePath }} targetPath: ${{ github.workspace }}