mirror of
https://gitea.com/gitea/act
synced 2026-05-06 01:37:48 +02:00
Use go.yaml.in/yaml/v4
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
assert "github.com/stretchr/testify/assert"
|
||||
yaml "gopkg.in/yaml.v3"
|
||||
yaml "go.yaml.in/yaml/v4"
|
||||
)
|
||||
|
||||
func TestRunContext_EvalBool(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user