Skip to content

Commit

Permalink
Fix composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay committed Mar 5, 2021
1 parent 2e16cbb commit ba7839e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yaml
Expand Up @@ -28,7 +28,7 @@ inputs:
minikube-version:
description: "Use a specific minikube version"
required: false
default: 'v1.17.0'
default: 'v1.18.0'
runs:
using: "composite"
steps:
Expand Down
2 changes: 1 addition & 1 deletion actions/action-install-minikube.sh
Expand Up @@ -26,7 +26,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
sudo apt install conntrack

# Start Minikube with `none` driver
sudo minikube start --driver=none --kubernetes-version 1.19.6
minikube start --driver=none --kubernetes-version 1.19.6

# Update permissions for .kube and .minikube
sudo chown -R $USER $HOME/.kube $HOME/.minikube
Expand Down

0 comments on commit ba7839e

Please sign in to comment.