diff --git a/.github/workflows/step-dotnet-version.yml b/.github/workflows/step-dotnet-version.yml index 751e7d6c..7d4743ad 100644 --- a/.github/workflows/step-dotnet-version.yml +++ b/.github/workflows/step-dotnet-version.yml @@ -43,10 +43,10 @@ jobs: global-json-file: ./global.json - name: Install GitVersion - uses: gittools/actions/gitversion/setup@d0139503a9321f76b4a417dfdc8aebcec24decdd # v4.2.0 + uses: gittools/actions/gitversion/setup@71a79f7569b981036febd9ce5870f87e069928e7 # v4.3.3 with: versionSpec: '6.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@d0139503a9321f76b4a417dfdc8aebcec24decdd # v4.2.0 \ No newline at end of file + uses: gittools/actions/gitversion/execute@71a79f7569b981036febd9ce5870f87e069928e7 # v4.3.3 \ No newline at end of file