Skip to content

Commit

Permalink
Upgrade the actions-setup-minikube version to v2.7.2 (#2064)
Browse files Browse the repository at this point in the history
Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com>

Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com>
  • Loading branch information
tenzen-y committed Dec 14, 2022
1 parent f941ec6 commit db72ce1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/template-setup-e2e-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ runs:
using: composite
steps:
- name: Set Up Minikube Cluster
uses: manusa/actions-setup-minikube@v2.6.0
uses: manusa/actions-setup-minikube@v2.7.2
with:
minikube version: "v1.25.2"
minikube version: 'v1.28.0'
kubernetes version: ${{ inputs.kubernetes-version }}
start args: --driver none --wait-timeout=60s
start args: --wait-timeout=60s
driver: 'none'
github token: ${{ env.GITHUB_TOKEN }}

- name: Set Up Docker Buildx
Expand Down

0 comments on commit db72ce1

Please sign in to comment.