| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This action sets up kustomize for use in actions by:
The version defaults to a pinned release. Nothing is resolved at run time: the action does not fetch the upstream installer script and does not call the GitHub API to look up the latest release.
steps:
- uses: nedap/setup-kustomize@v1
- run: kustomize versionsteps:
- uses: nedap/setup-kustomize@v1
with:
kustomize-version: 5.0.1
- run: kustomize version| Back | FazBrowse Home | New Git URL |