fix: pin yaml package to v3 for now (#2693)

This commit is contained in:
Andrey Nering
2026-02-17 15:29:51 -03:00
committed by GitHub
parent 44a2f2e5f5
commit fc5f6fa3aa
25 changed files with 28 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ import (
"time"
"github.com/dominikbraun/graph"
"go.yaml.in/yaml/v4"
"go.yaml.in/yaml/v3"
"golang.org/x/sync/errgroup"
"github.com/go-task/task/v3/errors"