Skip to content

Commit

Permalink
[RELEASE] Release v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed May 9, 2022
1 parent f5490ed commit 534f80f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Minikube
uses: manusa/actions-setup-minikube@v2.5.0
uses: manusa/actions-setup-minikube@v2.6.0
with:
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 node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5.0",
"version": "2.6.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 534f80f

Please sign in to comment.