Skip to content

Commit 5273c03

Browse files
authored
Update README.md
1 parent 5e45936 commit 5273c03

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
@@ -19,7 +19,7 @@ Very simple, you provide the action with a `path` to a _file_ or _folder_, and i
1919
## Usage
2020
```yaml
2121
- name: Simple Diff
22-
uses: mudlabs/simple-diff@v1.0.1
22+
uses: mudlabs/simple-diff@v1.0.2
2323
with:
2424
path: path/to/file
2525
```
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v2
5858
- name: Simple Diff
5959
id: diff
60-
uses: mudlabs/simple-diff@v1.0.1
60+
uses: mudlabs/simple-diff@v1.0.2
6161
with:
6262
path: path/to/my/file.ext
6363
- run: exit 1

0 commit comments

Comments
 (0)