Skip to content

Commit

Permalink
chore(deps): bump manusa/actions-setup-minikube from 2.13.0 to 2.13.1 (
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 17, 2025
1 parent 3c366f0 commit 8b4a7d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Minikube-Kubernetes
uses: manusa/actions-setup-minikube@v2.13.0
uses: manusa/actions-setup-minikube@v2.13.1
with:
minikube version: v1.34.0
kubernetes version: v1.32.0
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 @@ -44,7 +44,7 @@ jobs:
java-version: ${{ inputs.java-version }}
cache: 'maven'
- name: Set up Minikube
uses: manusa/actions-setup-minikube@v2.13.0
uses: manusa/actions-setup-minikube@v2.13.1
with:
minikube version: 'v1.34.0'
kubernetes version: '${{ inputs.kube-version }}'
Expand Down

0 comments on commit 8b4a7d0

Please sign in to comment.