From 4a0ede3bfef2a781cb586a78ac4f0ded311f2304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 03:53:19 +0000 Subject: [PATCH] Bump gittools/actions from 3.0.3 to 3.1.1 (#77) --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ba2b7e7..bd641db 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,13 +19,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.3 + uses: gittools/actions/gitversion/setup@v3.1.1 with: versionSpec: '5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.3 + uses: gittools/actions/gitversion/execute@v3.1.1 with: useConfigFile: true