Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/defenseunicorns/maru-runner to v0.2.3 #933

Merged
merged 3 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b
github.com/charmbracelet/lipgloss v0.13.0
github.com/defenseunicorns/maru-runner v0.2.2
github.com/defenseunicorns/maru-runner v0.2.3
github.com/defenseunicorns/pkg/exec v0.0.1
github.com/defenseunicorns/pkg/helpers/v2 v2.0.1
github.com/defenseunicorns/pkg/oci v1.0.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1044,8 +1044,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/daviddengcn/go-colortext v1.0.0 h1:ANqDyC0ys6qCSvuEK7l3g5RaehL/Xck9EX8ATG8oKsE=
github.com/daviddengcn/go-colortext v1.0.0/go.mod h1:zDqEI5NVUop5QPpVJUxE9UO10hRnmkD5G4Pmri9+m4c=
github.com/defenseunicorns/maru-runner v0.2.2 h1:KMQdgneUrSBS89LBfV1dIa9Y8U3HkYXRc9up3DwZD04=
github.com/defenseunicorns/maru-runner v0.2.2/go.mod h1:W3gwvcftZ386+gb7vKgeIgQSYGCozfXbnfPvsUwrTcc=
github.com/defenseunicorns/maru-runner v0.2.3 h1:HB525W/qndPgSMmDh8v+0fwQpIfHfEtM8qaw/fkffAk=
github.com/defenseunicorns/maru-runner v0.2.3/go.mod h1:cjONaC1/RnqqEyIUe4MAEs3waE6h38dlmUjh/VlrSGM=
github.com/defenseunicorns/pkg/exec v0.0.1 h1:mZtkZvwvOgInZOi+hvEjT0JAtjOgbeIo4RkpqMzU85g=
github.com/defenseunicorns/pkg/exec v0.0.1/go.mod h1:F/OPhrZuoXM6e2RgeDUlaSYFFW8I3rsErJnytLSkLFo=
github.com/defenseunicorns/pkg/helpers v1.1.1 h1:p3pKeK5SeFaoZUJZIX9sEsJqX1CGGMS8OpQMPgJtSqM=
Expand Down
4 changes: 4 additions & 0 deletions tasks.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
},
"type": "object",
"description": "Input parameters to pass to the task"
},
"if": {
"type": "string",
"description": "Conditional to determine if the action should run"
}
},
"additionalProperties": false,
Expand Down
Loading