Skip to content

Commit 53c012a

Browse files
committed
[Release] bump piperider to version 0.7.0
Signed-off-by: Kent Huang <[email protected]>
1 parent bd720c8 commit 53c012a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM infuseai/piperider:0.5.0
1+
FROM infuseai/piperider:0.7.0
22

33
ENV NODE_VERSION=16.13.0
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ See [action.yml](action.yml)
1010
```yaml
1111
steps:
1212
...
13-
- uses: InfuseAI/piperider-action@v0.5.0
13+
- uses: InfuseAI/piperider-action@v0.7.0
1414
```
1515
1616
# License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piperider-action",
3-
"version": "0.5.0",
3+
"version": "0.7.0",
44
"description": "PipeRider CLI GitHub Action",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)