From bdb8833e167aca2837860903a38044f6aa601ec2 Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Mon, 12 Jun 2023 10:57:27 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 719aaf5..5d037f5 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.