From bf12ab03f567c508851c45335f6d93835fc972b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 08:48:16 +0000 Subject: [PATCH] chore(deps): update gittools/actions action to v3.0.3 --- .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 6976017..dbbd9e1 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -30,12 +30,12 @@ jobs: with: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.2 + uses: gittools/actions/gitversion/setup@v3.0.3 with: versionSpec: "5.x" - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.2 + uses: gittools/actions/gitversion/execute@v3.0.3 with: useConfigFile: true -- 2.50.1