Skip to content

Commit 5a00dde

Browse files
committed
Rename setup-kubernetes action file
Signed-off-by: Stefan Prodan <[email protected]>
1 parent f9d572a commit 5a00dde

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

.github/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ updates:
44
- package-ecosystem: "github-actions"
55
directories:
66
- "/"
7-
- "/.github/actions/*"
7+
- "/.github/actions/*/action.yml"
88
groups:
99
actions:
1010
patterns:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160

161161
### Setup Kubernetes
162162

163-
The [setup-kubernetes](.github/actions/setup-kubernetes/action.yaml) composite action configures
163+
The [setup-kubernetes](.github/actions/setup-kubernetes/action.yml) composite action configures
164164
the GitHub runner to build and test Flux controllers with Kubernetes Kind clusters.
165165

166166
Example usage:

0 commit comments

Comments
 (0)