diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5be2cb8..cb20545 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build +name: Build on: push: @@ -36,7 +36,7 @@ jobs: lfs: true fetch-depth: 0 - name: "Install .NET Core SDK" - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 - name: "Dotnet Tool Restore" run: dotnet tool restore shell: pwsh