diff --git a/.github/workflows/set-build-variables.yml b/.github/workflows/set-build-variables.yml index ae39719..5932e15 100644 --- a/.github/workflows/set-build-variables.yml +++ b/.github/workflows/set-build-variables.yml @@ -24,13 +24,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.2.0 + uses: gittools/actions/gitversion/setup@v3.2.1 with: versionSpec: "6.3.x" - name: Determine Version id: build_version - uses: gittools/actions/gitversion/execute@v3.2.0 + uses: gittools/actions/gitversion/execute@v3.2.1 with: useConfigFile: true configFilePath: GitVersion.yml