mirror of
https://github.com/go-task/task.git
synced 2026-06-24 13:15:51 +00:00
fix: pin yaml package to v3 for now (#2693)
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user