Skip to content

Commit d8e8b86

Browse files
authored
Merge pull request #18 from github/kh-set-to-latest
Update README.md
2 parents fa169a7 + bdb8833 commit d8e8b86

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
@@ -41,15 +41,15 @@ jobs:
4141
if: ${{ github.event.issue || github.event.pull_request || github.event.discussion }}
4242
steps:
4343
- name: Get action 'github/accessibility-alt-text-bot'
44-
uses: github/accessibility-alt-text-bot
44+
uses: github/accessibility-alt-text-bot@v1.2.0 # Set to latest
4545
```
4646
4747
### Action stability
4848
4949
To ensure you stay on a stable version of this action consider locking the action to a specific version.
5050
5151
```yml
52-
uses: github/accessibility-alt-text-bot@v1.0.0
52+
uses: github/accessibility-alt-text-bot@v1.2.0
5353
```
5454
5555
Replace the ref value with any commit hash.

0 commit comments

Comments
 (0)