Skip to content

Commit 6d22917

Browse files
committed
Bump version in docs
1 parent cf96c45 commit 6d22917

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
@@ -11,7 +11,7 @@ Add a step like this to your workflow:
1111

1212
```yaml
1313
- name: Commit changes # This is the step name that will be displayed in your runs
14-
uses: EndBug/[email protected].0 # You can change this to use a specific version
14+
uses: EndBug/[email protected].1 # You can change this to use a specific version
1515
with: # See more info about inputs below
1616
author_name: Your Name
1717
author_email: [email protected]
@@ -84,7 +84,7 @@ jobs:
8484
run: eslint "src/**" --fix
8585
8686
- name: Commit changes
87-
uses: EndBug/[email protected].0
87+
uses: EndBug/[email protected].1
8888
with:
8989
author_name: Your Name
9090
author_email: [email protected]

0 commit comments

Comments
 (0)