diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 7d955af..1964d58 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -26,13 +26,13 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.1 + uses: gittools/actions/gitversion/setup@v3.1.1 with: - versionSpec: '6.x' + versionSpec: '6.0.5' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.1 + uses: gittools/actions/gitversion/execute@v3.1.1 with: useConfigFile: true @@ -54,4 +54,4 @@ jobs: CODACY_PROJECT_NAME: ${{ secrets.CODACY_PROJECT_NAME }} CODACY_API_TOKEN: ${{ secrets.CODACY_API_TOKEN }} run: | - bash <(curl -Ls https://coverage.codacy.com/get.sh) report $(find . -name '*.opencover.xml' -printf '-r %p ') \ No newline at end of file + bash <(curl -Ls https://coverage.codacy.com/get.sh) report $(find . -name '*.opencover.xml' -printf '-r %p ') diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index dc7057c..3c4da86 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -25,13 +25,13 @@ jobs: dotnet-version: 8.0.x - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.1 + uses: gittools/actions/gitversion/setup@v3.1.1 with: - versionSpec: '6.x' + versionSpec: '6.0.5' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.1 + uses: gittools/actions/gitversion/execute@v3.1.1 with: useConfigFile: true