mirror of
https://gitea.com/gitea/act
synced 2026-05-11 23:11:19 +02:00
Use go.yaml.in/yaml/v4
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/nektos/act/pkg/exprparser"
|
||||
"gopkg.in/yaml.v3"
|
||||
"go.yaml.in/yaml/v4"
|
||||
)
|
||||
|
||||
// ExpressionEvaluator is copied from runner.expressionEvaluator,
|
||||
|
||||
Reference in New Issue
Block a user