diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 956d442..f5bfe7a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,12 +35,12 @@ jobs: fetch-tags: true - name: Install GitVersion ${{ env.GITVERSION }} - uses: gittools/actions/gitversion/setup@e0d584e657c606912e8fd522aeed29025975705f #v4.4.2 + uses: gittools/actions/gitversion/setup@bc6623af8fc07d5a8903052dd46da33403eec8e8 #v4.5.0 with: versionSpec: ${{ env.GITVERSION }} - name: Determine version - uses: gittools/actions/gitversion/execute@e0d584e657c606912e8fd522aeed29025975705f #v4.4.2 + uses: gittools/actions/gitversion/execute@bc6623af8fc07d5a8903052dd46da33403eec8e8 #v4.5.0 id: gitversion build: