Skip to content

Commit

Permalink
Bump manusa/actions-setup-minikube to 2.13.1 and update k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
gtroitsk authored and rsvoboda committed Jan 17, 2025
1 parent b1bb07e commit c1b9105
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ jobs:
check-latest: true
cache: 'maven'
- name: Set up Minikube-Kubernetes
uses: manusa/actions-setup-minikube@v2.13.0
uses: manusa/actions-setup-minikube@v2.13.1
with:
minikube version: 'v1.33.1'
kubernetes version: 'v1.30.0'
minikube version: 'v1.35.0'
kubernetes version: 'v1.32.0'
github token: ${{ secrets.GITHUB_TOKEN }}
- name: Login to Docker Registry
uses: docker/login-action@v3
Expand Down Expand Up @@ -134,10 +134,10 @@ jobs:
check-latest: true
cache: 'maven'
- name: Set up Minikube-Kubernetes
uses: manusa/actions-setup-minikube@v2.13.0
uses: manusa/actions-setup-minikube@v2.13.1
with:
minikube version: 'v1.33.1'
kubernetes version: 'v1.30.0'
minikube version: 'v1.35.0'
kubernetes version: 'v1.32.0'
github token: ${{ secrets.GITHUB_TOKEN }}
- name: Login to Docker Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit c1b9105

Please sign in to comment.