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

@@ -3,7 +3,7 @@ package taskrc
import (
"os"
"go.yaml.in/yaml/v4"
"go.yaml.in/yaml/v3"
"github.com/go-task/task/v3/taskrc/ast"
)