Skip to content

Commit f7d8f74

Browse files
committed
[RELEASE] Release v1.0.2
1 parent 5afd24a commit f7d8f74

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@v1
1818
- name: Install CEKit
19-
uses: manusa/[email protected].1
19+
uses: manusa/[email protected].2
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@v1
3636
- name: Install CEKit
37-
uses: manusa/[email protected].1
37+
uses: manusa/[email protected].2
3838
- name: Build CEKit image
3939
run: cekit --descriptor path-to-descriptior.yaml build
4040
with:

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

0 commit comments

Comments
 (0)