Skip to content

Commit ab7b8b6

Browse files
author
Radu M
committed
Update version in readme and package.json
Signed-off-by: Radu M <[email protected]>
1 parent c4d560a commit ab7b8b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@master
16-
- uses: engineerd/setup-kind@v0.3.0
16+
- uses: engineerd/setup-kind@v0.4.0
1717
- name: Testing
1818
run: |
1919
kubectl cluster-info
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- uses: actions/checkout@master
52-
- uses: engineerd/setup-kind@v0.3.0
52+
- uses: engineerd/setup-kind@v0.4.0
5353
with:
5454
version: "v0.7.0"
5555
- name: Testing

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-kind",
3-
"version": "0.1.0",
3+
"version": "0.4.0",
44
"private": true,
55
"description": "GitHub Action to setup KinD (Kubernetes in Docker)",
66
"main": "lib/main.js",
@@ -33,4 +33,4 @@
3333
"@types/node": "^12.0.4",
3434
"typescript": "^3.5.1"
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)