diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c50111f..1aa9d3d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Setup dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 5.0.x - name: Install dotnet-format