From eeca73174ce1bd2568535398baf7fd5b6ccae590 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:03:12 +0000 Subject: [PATCH] chore(deps): update gittools/actions action to v3 --- .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 b5f8625..845d2cd 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@v1.1.1 + uses: gittools/actions/gitversion/setup@v3.0.0 with: versionSpec: "5.x" - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v1.1.1 + uses: gittools/actions/gitversion/execute@v3.0.0 with: useConfigFile: true -- 2.50.1