1
0
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:
Christopher Homberger
2025-10-27 21:46:21 +01:00
parent 7c6118ea2e
commit 0dbc9e6496
18 changed files with 26 additions and 24 deletions

View File

@@ -19,7 +19,7 @@ import (
gitignore "github.com/sabhiram/go-gitignore"
log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"gopkg.in/yaml.v3"
"go.yaml.in/yaml/v4"
"github.com/nektos/act/pkg/artifactcache"
"github.com/nektos/act/pkg/artifacts"