Skip to content

Commit

Permalink
[RELEASE] Release v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Oct 3, 2024
1 parent 154afa7 commit ecacd86
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install CEKit
uses: cekit/[email protected].6
uses: cekit/[email protected].7
- name: Build CEKit image
run: cekit --descriptor path-to-descriptior.yaml build
```
Expand All @@ -35,11 +35,11 @@ steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install CEKit
uses: cekit/[email protected].6
uses: cekit/[email protected].7
- name: Build CEKit image
run: cekit --descriptor path-to-descriptior.yaml build
with:
version: 3.5.0
version: 4.13.0
```

## License
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.6",
"version": "1.1.7",
"description": "Setup your GitHub Actions workflow with Container Evolution Kit (CEKit)",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit ecacd86

Please sign in to comment.