Skip to content

Commit 03f9e3c

Browse files
committed
[RELEASE] Release v1.1.5
1 parent f22b7d0 commit 03f9e3c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3
1818
- name: Install CEKit
19-
uses: cekit/actions-setup-cekit@v1.1.4
19+
uses: cekit/actions-setup-cekit@v1.1.5
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@v3
3636
- name: Install CEKit
37-
uses: cekit/actions-setup-cekit@v1.1.4
37+
uses: cekit/actions-setup-cekit@v1.1.5
3838
- name: Build CEKit image
3939
run: cekit --descriptor path-to-descriptior.yaml build
4040
with:

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-cekit",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Setup your GitHub Actions workflow with Container Evolution Kit (CEKit)",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)