From bd419f1f6da5be6e558a02189138a047c1e6614b Mon Sep 17 00:00:00 2001 From: Kendall Gassner Date: Tue, 7 Jan 2025 13:50:20 -0800 Subject: [PATCH] Update README to include latest release version (#59) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de79ce6..1bc2398 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get action 'github/accessibility-alt-text-bot' - uses: github/accessibility-alt-text-bot@v1.4.0 # Set to latest + uses: github/accessibility-alt-text-bot@v1.6.0 # Set to latest ``` ### Pin the action's version for stability @@ -62,7 +62,7 @@ We recommend you pin the action to a specific version. This makes sure you stay on a stable version of this action. ```yml - uses: github/accessibility-alt-text-bot@v1.4.0 + uses: github/accessibility-alt-text-bot@v1.6.0 ``` Replace the ref value with any commit hash.