Use go.yaml.in/yaml/v4

This commit is contained in:
Christopher Homberger
2025-10-27 21:46:21 +01:00
parent 7c6118ea2e
commit 0dbc9e6496
18 changed files with 26 additions and 24 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"io"
"strings"
"gopkg.in/yaml.v3"
"go.yaml.in/yaml/v4"
)
// ActionRunsUsing is the type of runner for the action
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"strings"
log "github.com/sirupsen/logrus"
"gopkg.in/yaml.v3"
"go.yaml.in/yaml/v4"
"github.com/nektos/act/pkg/common"
)