Skip to content

Commit 5c39604

Browse files
authored
bump version in readme
1 parent 00b2530 commit 5c39604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A string value of 'true' or 'false'
2121

2222
To check if the tag `v1.0` exists in your repo:
2323
```yaml
24-
- uses: mukunku/tag-exists-action@v1.6.0
24+
- uses: mukunku/tag-exists-action@v1.7.0
2525
id: check-tag
2626
with:
2727
tag: 'v1.0'
@@ -32,7 +32,7 @@ To check if the tag `v1.0` exists in your repo:
3232
3333
To check if the tag [`v1.0.0`](https://github.com/actions/checkout/releases/tag/v1.0.0) exists in the repo `actions/checkout`:
3434
```yaml
35-
- uses: mukunku/tag-exists-action@v1.6.0
35+
- uses: mukunku/tag-exists-action@v1.7.0
3636
id: check-tag
3737
with:
3838
tag: 'v1.0.0'

0 commit comments

Comments
 (0)