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

chore(deps): bump manusa/actions-setup-minikube to 2.13.0 #390

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
./jkube
key: cache-it-${{ github.run_id }}
- name: Setup Minikube-Kubernetes
uses: manusa/actions-setup-minikube@3856c6fa039819f1c8e7e248b1fc5a8564e354c9
uses: manusa/actions-setup-minikube@0e8062ceff873bd77979f39cf8fd3621416afe4d
with:
minikube version: v1.31.2
kubernetes version: ${{ matrix.kubernetes }}
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
./jkube
key: cache-it-${{ github.run_id }}
- name: Setup Minikube-Kubernetes
uses: manusa/actions-setup-minikube@3856c6fa039819f1c8e7e248b1fc5a8564e354c9
uses: manusa/actions-setup-minikube@0e8062ceff873bd77979f39cf8fd3621416afe4d
with:
minikube version: v1.31.2
kubernetes version: v1.12.10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Setup Minikube-Kubernetes
uses: manusa/actions-setup-minikube@3856c6fa039819f1c8e7e248b1fc5a8564e354c9
uses: manusa/actions-setup-minikube@0e8062ceff873bd77979f39cf8fd3621416afe4d
with:
minikube version: v1.31.2
kubernetes version: ${{ matrix.kubernetes }}
Expand Down
Loading