diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 339792b..d3912ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Install .net - uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0 + uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0 with: # gitReleaseManager needs 3.1, gitVersion needs 5.0 dotnet-version: |