diff --git a/.github/workflows/template_version.yml b/.github/workflows/template_version.yml index 76245ab..8df9e17 100644 --- a/.github/workflows/template_version.yml +++ b/.github/workflows/template_version.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.1 + uses: gittools/actions/gitversion/setup@v3.0.2 with: versionSpec: '5.x.x' @@ -26,4 +26,4 @@ jobs: - name: Use GitVersion id: gitversion # step id used as reference for output values - uses: gittools/actions/gitversion/execute@v3.0.1 \ No newline at end of file + uses: gittools/actions/gitversion/execute@v3.0.2 \ No newline at end of file