Upgrade yaml (#157)

Reviewed-on: https://gitea.com/gitea/act/pulls/157
Reviewed-by: Zettat123 <39446+zettat123@noreply.gitea.com>
This commit is contained in:
Lunny Xiao
2026-03-28 03:31:27 +00:00
parent 28740d7788
commit 2e98baa34a
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -33,7 +33,7 @@ require (
github.com/stretchr/testify v1.10.0
github.com/timshannon/bolthold v0.0.0-20210913165410-232392fc8a6a
go.etcd.io/bbolt v1.3.9
go.yaml.in/yaml/v4 v4.0.0-rc.2
go.yaml.in/yaml/v4 v4.0.0-rc.4
golang.org/x/term v0.37.0
gotest.tools/v3 v3.5.1
)