diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index c27a2ae..63aaad3 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Ensure .NET Installed - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 10.0.x diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index ba73041..5a5e4bc 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Ensure .NET Installed - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 10.0.x