Skip to content

Commit

Permalink
[RELEASE] Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Jan 12, 2021
1 parent 8223000 commit 7806499
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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@v1
- name: Install CEKit
uses: manusa/actions-setup-cekit@v1.0.2
uses: manusa/actions-setup-cekit@v1.1.0
- name: Build CEKit image
run: cekit --descriptor path-to-descriptior.yaml build
```
Expand All @@ -34,7 +34,7 @@ steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install CEKit
uses: manusa/actions-setup-cekit@v1.0.2
uses: manusa/actions-setup-cekit@v1.1.0
- name: Build CEKit image
run: cekit --descriptor path-to-descriptior.yaml build
with:
Expand Down
2 changes: 1 addition & 1 deletion 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.0.2",
"version": "1.1.0",
"description": "Setup your GitHub Actions workflow with Container Evolution Kit (CEKit)",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 7806499

Please sign in to comment.