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

Bump medyagh/setup-minikube from 64d97a2c38f2f9fd1d891d949f6068eac2330c4a to 9285af1fb462f9ff6d6d77f5e88a686292f57655 #313

Closed
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 .github/workflows/live-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
version: latest
- name: Start minikube for ubuntu
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: medyagh/setup-minikube@64d97a2c38f2f9fd1d891d949f6068eac2330c4a
uses: medyagh/setup-minikube@9285af1fb462f9ff6d6d77f5e88a686292f57655
with:
driver: docker
- name: create todo-app namespace
Expand Down
Loading