Skip to content

Commit 99ce048

Browse files
authored
Update README.md
1 parent 9627ab4 commit 99ce048

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.2
22+
uses: mudlabs/simple-diff@v1.1.0
2323
with:
2424
path: path/to/file
2525
```
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v2
5959
- name: Simple Diff
6060
id: diff
61-
uses: mudlabs/simple-diff@v1.0.2
61+
uses: mudlabs/simple-diff@v1.1.0
6262
with:
6363
path: path/to/my/file.ext
6464
- run: exit 1

0 commit comments

Comments
 (0)