Skip to content

Commit 1859919

Browse files
committed
[RELEASE] Release v1.1.6
1 parent 35e4e85 commit 1859919

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@ steps:
1717
- name: Checkout
1818
uses: actions/checkout@v3
1919
- name: Install CEKit
20-
uses: cekit/actions-setup-cekit@v1.1.5
20+
uses: cekit/actions-setup-cekit@v1.1.6
2121
- name: Build CEKit image
2222
run: cekit --descriptor path-to-descriptior.yaml build
2323
```
2424
2525
### Optional input parameters
2626
27-
| Parameter | Description |
28-
| ------------- | ------------------------------------------------------------------------------ |
29-
| `version` | CEKit [version](https://pypi.org/project/cekit/#history) to install |
27+
| Parameter | Description |
28+
|-----------|---------------------------------------------------------------------|
29+
| `version` | CEKit [version](https://pypi.org/project/cekit/#history) to install |
3030

3131
### Advanced
3232

3333
```yaml
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
- name: Install CEKit
38-
uses: cekit/actions-setup-cekit@v1.1.5
38+
uses: cekit/actions-setup-cekit@v1.1.6
3939
- name: Build CEKit image
4040
run: cekit --descriptor path-to-descriptior.yaml build
4141
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.5",
3+
"version": "1.1.6",
44
"description": "Setup your GitHub Actions workflow with Container Evolution Kit (CEKit)",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)