mirror of
https://gitea.com/gitea/act
synced 2026-05-11 08:41:21 +02:00
Use go.yaml.in/yaml/v4
This commit is contained in:
@@ -3,7 +3,7 @@ package jobparser
|
||||
import (
|
||||
"github.com/nektos/act/pkg/exprparser"
|
||||
"github.com/nektos/act/pkg/model"
|
||||
"gopkg.in/yaml.v3"
|
||||
"go.yaml.in/yaml/v4"
|
||||
)
|
||||
|
||||
// NewInterpeter returns an interpeter used in the server,
|
||||
|
||||
Reference in New Issue
Block a user