diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b82cc0..0c5ce67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v4.1.0 + uses: actions/setup-dotnet@v4.3.1 with: dotnet-version: 8.x - name: Restore dependencies