From c8580a2a7cb7f0ee37dfff9d9d509a56ac15d663 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 00:36:13 +0000 Subject: [PATCH] chore(deps): update gittools/actions action to v3.0.1 --- .github/workflows/app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 8dcfea1..cd4cbfd 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -33,12 +33,12 @@ jobs: with: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.0 + uses: gittools/actions/gitversion/setup@v3.0.1 with: versionSpec: "5.x" - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.0 + uses: gittools/actions/gitversion/execute@v3.0.1 with: useConfigFile: true