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 54
54
runs-on : ubuntu-latest
55
55
steps :
56
56
- 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
58
58
` ` `
59
59
60
60
### Pin the action's version for stability
@@ -63,7 +63,7 @@ We recommend you pin the action to a specific version.
63
63
This makes sure you stay on a stable version of this action.
64
64
65
65
` ` ` yml
66
- uses : github/accessibility-alt-text-bot@v1.6 .0
66
+ uses : github/accessibility-alt-text-bot@v1.7 .0
67
67
` ` `
68
68
69
69
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://
80
80
` ` ` yml
81
81
steps:
82
82
- name: Check alt text
83
- uses: github/accessibility-alt-text-bot@v1.6 .0
83
+ uses: github/accessibility-alt-text-bot@v1.7 .0
84
84
with:
85
85
config: |
86
86
no-default-alt-text: true,
You can’t perform that action at this time.
0 commit comments