From 8ae594d1f5fd2a57eab0823d0fbc7693de512a24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 23:33:51 +0000 Subject: [PATCH] Update gittools/actions action to v4.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 e4136bb..e9c9511 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -31,12 +31,12 @@ jobs: with: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.0.0 + uses: gittools/actions/gitversion/setup@v4.0.1 with: versionSpec: "5.x" - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v4.0.0 + uses: gittools/actions/gitversion/execute@v4.0.1 with: useConfigFile: true -- 2.50.1