Skip to content

Commit

Permalink
[RELEASE] Release v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Oct 31, 2022
1 parent f22b7d0 commit 03f9e3c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install CEKit
uses: cekit/[email protected].4
uses: cekit/[email protected].5
- name: Build CEKit image
run: cekit --descriptor path-to-descriptior.yaml build
```
Expand All @@ -34,7 +34,7 @@ steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install CEKit
uses: cekit/[email protected].4
uses: cekit/[email protected].5
- name: Build CEKit image
run: cekit --descriptor path-to-descriptior.yaml build
with:
Expand Down
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-actions-setup-cekit",
"version": "1.1.4",
"version": "1.1.5",
"description": "Setup your GitHub Actions workflow with Container Evolution Kit (CEKit)",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 03f9e3c

Please sign in to comment.