Skip to content

Commit 38fba82

Browse files
authored
Merge pull request #63 from github/kendallgassner-patch-10
Update README.md with new release version
2 parents 9b4b0e0 + 571f4e2 commit 38fba82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Get action 'github/accessibility-alt-text-bot'
57-
uses: github/accessibility-alt-text-bot@v1.6.0 # Set to latest
57+
uses: github/accessibility-alt-text-bot@v1.7.0 # Set to latest
5858
```
5959
6060
### Pin the action's version for stability
@@ -63,7 +63,7 @@ We recommend you pin the action to a specific version.
6363
This makes sure you stay on a stable version of this action.
6464
6565
```yml
66-
uses: github/accessibility-alt-text-bot@v1.6.0
66+
uses: github/accessibility-alt-text-bot@v1.7.0
6767
```
6868
6969
Replace the ref value with any commit hash.
@@ -80,7 +80,7 @@ If you would like to include more linting rules from the [markdownlint](https://
8080
```yml
8181
steps:
8282
- name: Check alt text
83-
uses: github/accessibility-alt-text-bot@v1.6.0
83+
uses: github/accessibility-alt-text-bot@v1.7.0
8484
with:
8585
config: |
8686
no-default-alt-text: true,

0 commit comments

Comments
 (0)