diff --git a/.github/workflows/build-push-release.yml b/.github/workflows/build-push-release.yml index 75fb9e4..66278eb 100644 --- a/.github/workflows/build-push-release.yml +++ b/.github/workflows/build-push-release.yml @@ -24,14 +24,14 @@ jobs: # Install GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.2 # cSpell: ignore gittools + uses: gittools/actions/gitversion/setup@v3.0.3 # cSpell: ignore gittools with: versionSpec: "6.x" # Determine the version using GitVersion - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.2 + uses: gittools/actions/gitversion/execute@v3.0.3 with: useConfigFile: true configFilePath: gitversion.yml