Skip to content

Commit 5155546

Browse files
committed
update readme to v3 to then release
1 parent 55f8de1 commit 5155546

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
- name: Batch changes
22-
uses: miniscruff/changie-action@v2
22+
uses: miniscruff/changie-action@v3
2323
with:
2424
version: latest
2525
args: batch auto
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Get the latest version
3232
id: latest
33-
uses: miniscruff/changie-action@v2
33+
uses: miniscruff/changie-action@v3
3434
with:
3535
version: latest
3636
args: latest
@@ -46,7 +46,7 @@ jobs:
4646
### Install Changie only
4747
```yaml
4848
- name: Batch changes
49-
uses: miniscruff/changie-action@v2
49+
uses: miniscruff/changie-action@v3
5050
with:
5151
version: latest
5252
# skip the args

0 commit comments

Comments
 (0)