Skip to content

Commit 6907103

Browse files
committed
[RELEASE] Release v1.1.4
1 parent a8c75f2 commit 6907103

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
- name: Checkout
1717
uses: actions/checkout@v1
1818
- name: Install CEKit
19-
uses: cekit/[email protected].3
19+
uses: cekit/[email protected].4
2020
- name: Build CEKit image
2121
run: cekit --descriptor path-to-descriptior.yaml build
2222
```
@@ -34,7 +34,7 @@ steps:
3434
- name: Checkout
3535
uses: actions/checkout@v1
3636
- name: Install CEKit
37-
uses: cekit/[email protected].3
37+
uses: cekit/[email protected].4
3838
- name: Build CEKit image
3939
run: cekit --descriptor path-to-descriptior.yaml build
4040
with:
@@ -52,4 +52,4 @@ The scripts and documentation in this project are released under the [Apache 2.0
5252
- Update `README.md` with new version
5353
- Commit `[RELEASE] Release vX.Y.Z`
5454
- Tag+push `vX.Y.Z`
55-
- Create GitHub release for tag
55+
- Create GitHub release for tag

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-actions-setup-cekit",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Setup your GitHub Actions workflow with Container Evolution Kit (CEKit)",
55
"main": "src/index.js",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"Container",
2121
"Image"
2222
],
23-
"author": "Marc Nuri <[email protected]> (http://blog.marcnuri.com)",
23+
"author": "Marc Nuri <[email protected]> (https://blog.marcnuri.com)",
2424
"license": "Apache-2.0",
2525
"bugs": {
2626
"url": "https://github.com/cekit/actions-setup-cekit/issues"

0 commit comments

Comments
 (0)