diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f639c7..e785aa6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,13 +34,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion tool - uses: gittools/actions/gitversion/setup@b3e1c2f9b6983393b289892d140d220011a58c4e + uses: gittools/actions/gitversion/setup@9570fb2e5ee893523cc4b7dc3d311e1008c74cf5 with: versionSpec: '6.5.1' - name: Get semantic build version id: gitversion - uses: gittools/actions/gitversion/execute@b3e1c2f9b6983393b289892d140d220011a58c4e + uses: gittools/actions/gitversion/execute@9570fb2e5ee893523cc4b7dc3d311e1008c74cf5 with: configFilePath: GitVersion.yml disableShallowCloneCheck: true