diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d829f5..72aec1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up .NET (8, 9, 10) - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: | 8.0.x @@ -52,7 +52,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up .NET (8, 9, 10) - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: | 8.0.x