Skip to content

Commit 0bde70e

Browse files
authored
Update README.md (#49)
* Update README.md * Update package.json * Update package-lock.json
1 parent 3eb3c4e commit 0bde70e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

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

2020
```yml
2121
- name: "Read file contents"
22-
uses: guibranco/file-reader-action-v2@v1.0.2
22+
uses: guibranco/file-reader-action-v2@v2.0.1
2323
with:
2424
path: "package.json"
2525
```
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Read file contents
5454
id: read_file
55-
uses: guibranco/file-reader-action-v2@v1.0.2
55+
uses: guibranco/file-reader-action-v2@v2.0.1
5656
with:
5757
path: "package.json"
5858

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "file-reader-action-v2",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"description": "GitHub Action to read the contents of a file",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)