Skip to content

Commit

Permalink
chore(deps): update manusa/actions-setup-minikube action to v2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent ae9878c commit e323823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/load_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo wget -O /usr/local/bin/skaffold https://storage.googleapis.com/skaffold/releases/latest/skaffold-linux-amd64
sudo chmod +x /usr/local/bin/skaffold
- name: Setup Minikube
uses: manusa/[email protected].0
uses: manusa/[email protected].1
with:
minikube version: v1.30.1
kubernetes version: v1.25.6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
fi
done
- name: Setup Minikube
uses: manusa/[email protected].0
uses: manusa/[email protected].1
if: steps.list-changed.outputs.changed == 'true'
with:
minikube version: v1.33.1
Expand Down

0 comments on commit e323823

Please sign in to comment.