Skip to content

Commit

Permalink
Bump actions-setup-minikube to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sgitario committed Dec 5, 2022
1 parent 230735f commit 89f5bfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-with-dockerio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Setup Minikube-Kubernetes
uses: manusa/actions-setup-minikube@v2.4.1
uses: manusa/actions-setup-minikube@v2.7.1
with:
minikube version: v1.23.2
kubernetes version: ${{ matrix.kubernetes }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
key: ${{ runner.os }}-maven-${{ steps.get-date.outputs.date }}
restore-keys: ${{ runner.os }}-maven-
- name: Setup Minikube-Kubernetes
uses: manusa/actions-setup-minikube@v2.4.1
uses: manusa/actions-setup-minikube@v2.7.1
with:
minikube version: v1.23.2
kubernetes version: ${{ matrix.kubernetes }}
Expand Down

0 comments on commit 89f5bfd

Please sign in to comment.