chore: github.com/nektos/act is now at code.forgejo.org/forgejo/runner/v9 (#8742)

Refs: https://code.forgejo.org/forgejo/runner/releases/tag/v9.0.1
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8742
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
Earl Warren 2025-07-31 13:41:59 +02:00 committed by Earl Warren
commit 79af994eae
14 changed files with 29 additions and 33 deletions

View file

@ -24,8 +24,8 @@ import (
"forgejo.org/modules/webhook"
"forgejo.org/services/convert"
"github.com/nektos/act/pkg/jobparser"
act_model "github.com/nektos/act/pkg/model"
"code.forgejo.org/forgejo/runner/v9/act/jobparser"
act_model "code.forgejo.org/forgejo/runner/v9/act/model"
)
type InputRequiredErr struct {