Skip to content

Commit a36e525

Browse files
committed
[RELEASE] Release v2.7.0
1 parent f684803 commit a36e525

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Set up your GitHub Actions workflow with a specific version of
88
[Minikube](https://github.com/kubernetes/minikube)
99
and [Kubernetes](https://github.com/kubernetes/kubernetes).
1010

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

@@ -27,12 +27,12 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v3
3131
- name: Setup Minikube
32-
uses: manusa/actions-setup-minikube@v2.6.1
32+
uses: manusa/actions-setup-minikube@v2.7.0
3333
with:
34-
minikube version: 'v1.26.0'
35-
kubernetes version: 'v1.24.1'
34+
minikube version: 'v1.26.1'
35+
kubernetes version: 'v1.24.3'
3636
github token: ${{ secrets.GITHUB_TOKEN }}
3737
- name: Interact with the cluster
3838
run: kubectl get nodes

node_modules/.package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-actions-setup-minikube",
3-
"version": "2.6.1",
3+
"version": "2.7.0",
44
"description": "Set up your GitHub Actions workflow with a specific version of Minikube and Kubernetes",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)