diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 493fcbd..1aadd31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: lfs: true fetch-depth: 0 - name: "Install .NET Core SDK" - uses: actions/setup-dotnet@v5.0.1 + uses: actions/setup-dotnet@v5.1.0 - name: "Dotnet Tool Restore" run: dotnet tool restore shell: pwsh @@ -76,7 +76,7 @@ jobs: lfs: true fetch-depth: 0 - name: "Install .NET Core SDK" - uses: actions/setup-dotnet@v5.0.1 + uses: actions/setup-dotnet@v5.1.0 - name: "Dotnet Tool Restore" run: dotnet tool restore shell: pwsh