File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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.
6363This 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
6969Replace 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,
You can’t perform that action at this time.
0 commit comments