diff --git a/README.md b/README.md index 719aaf5b..5d037f5c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: if: ${{ github.event.issue || github.event.pull_request || github.event.discussion }} steps: - name: Get action 'github/accessibility-alt-text-bot' - uses: github/accessibility-alt-text-bot + uses: github/accessibility-alt-text-bot@v1.2.0 # Set to latest ``` ### Action stability @@ -49,7 +49,7 @@ jobs: To ensure you stay on a stable version of this action consider locking the action to a specific version. ```yml - uses: github/accessibility-alt-text-bot@v1.0.0 + uses: github/accessibility-alt-text-bot@v1.2.0 ``` Replace the ref value with any commit hash.