-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update manusa/actions-setup-minikube action to v2.13.1
- Loading branch information
1 parent
ae9878c
commit e323823
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
sudo wget -O /usr/local/bin/skaffold https://storage.googleapis.com/skaffold/releases/latest/skaffold-linux-amd64 | ||
sudo chmod +x /usr/local/bin/skaffold | ||
- name: Setup Minikube | ||
uses: manusa/[email protected].0 | ||
uses: manusa/[email protected].1 | ||
with: | ||
minikube version: v1.30.1 | ||
kubernetes version: v1.25.6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
fi | ||
done | ||
- name: Setup Minikube | ||
uses: manusa/[email protected].0 | ||
uses: manusa/[email protected].1 | ||
if: steps.list-changed.outputs.changed == 'true' | ||
with: | ||
minikube version: v1.33.1 | ||
|