Skip to content

Commit

Permalink
[RELEASE] Release v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed May 6, 2022
1 parent 48dc017 commit 16642fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Minikube
uses: manusa/actions-setup-minikube@v2.4.3
uses: manusa/actions-setup-minikube@v2.5.0
with:
minikube version: 'v1.24.0'
kubernetes version: 'v1.23.0'
minikube version: 'v1.25.1'
kubernetes version: 'v1.24.0'
github token: ${{ secrets.GITHUB_TOKEN }}
container runtime: containerd
- name: Interact with the cluster
run: kubectl get nodes
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-actions-setup-minikube",
"version": "2.4.3",
"version": "2.5.0",
"description": "Set up your GitHub Actions workflow with a specific version of Minikube and Kubernetes",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 16642fd

Please sign in to comment.