Skip to content

Commit

Permalink
[RELEASE] Release v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Aug 8, 2022
1 parent f684803 commit a36e525
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Set up your GitHub Actions workflow with a specific version of
[Minikube](https://github.com/kubernetes/minikube)
and [Kubernetes](https://github.com/kubernetes/kubernetes).

_Currently only Linux Ubuntu 18.04 or 20.04
_Currently only Linux Ubuntu 18.04, 20.04, or 22.04
[CI environment](https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions)
is supported._

Expand All @@ -27,12 +27,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Minikube
uses: manusa/actions-setup-minikube@v2.6.1
uses: manusa/actions-setup-minikube@v2.7.0
with:
minikube version: 'v1.26.0'
kubernetes version: 'v1.24.1'
minikube version: 'v1.26.1'
kubernetes version: 'v1.24.3'
github token: ${{ secrets.GITHUB_TOKEN }}
- 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.6.1",
"version": "2.7.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 a36e525

Please sign in to comment.