diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ad1ffc3..307b93e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -30,7 +30,7 @@ jobs: - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0 + uses: gittools/actions/gitversion/execute@7417b1089e2c7de93510f1901d656ddf60bb024f # v4.7.0 - name: Restore Packages run: dotnet restore "${{ env.solution-path }}" @@ -85,7 +85,7 @@ jobs: - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0 + uses: gittools/actions/gitversion/execute@7417b1089e2c7de93510f1901d656ddf60bb024f # v4.7.0 - name: Build and analyze env: diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index c236146..711d704 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -30,7 +30,7 @@ jobs: - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0 + uses: gittools/actions/gitversion/execute@7417b1089e2c7de93510f1901d656ddf60bb024f # v4.7.0 - name: Restore Packages run: dotnet restore "${{ env.solution-path }}"