Skip to content

Commit 31a5027

Browse files
authored
Update README.md
1 parent 076e007 commit 31a5027

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following example [workflow step](https://help.github.com/en/actions/configu
1212

1313
```yml
1414
- name: "Check file existence"
15-
uses: andstor/file-existence-action@v2
15+
uses: andstor/file-existence-action@v3
1616
with:
1717
files: "package.json, LICENSE, README.md, foo, *.txt"
1818
```
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Check file existence
4949
id: check_files
50-
uses: andstor/file-existence-action@v2
50+
uses: andstor/file-existence-action@v3
5151
with:
5252
files: "package.json, LICENSE, README.md"
5353

0 commit comments

Comments
 (0)