From b175049b6cb6d9da82ba7e80bd306644b471db52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 05:00:14 +0000 Subject: [PATCH] chore(deps): update github/accessibility-alt-text-bot action to v1.6.0 (#727) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/accessibility-alt-text-bot](https://redirect.github.com/github/accessibility-alt-text-bot) | action | minor | `v1.5.0` -> `v1.6.0` | --- ### Release Notes
github/accessibility-alt-text-bot (github/accessibility-alt-text-bot) ### [`v1.6.0`](https://redirect.github.com/github/accessibility-alt-text-bot/releases/tag/v1.6.0) [Compare Source](https://redirect.github.com/github/accessibility-alt-text-bot/compare/v1.5.0...v1.6.0) #### What's Changed - Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/accessibility-alt-text-bot/pull/51](https://redirect.github.com/github/accessibility-alt-text-bot/pull/51) - Adjust workflow permissions by [@​khiga8](https://redirect.github.com/khiga8) in [https://github.com/github/accessibility-alt-text-bot/pull/53](https://redirect.github.com/github/accessibility-alt-text-bot/pull/53) - Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/accessibility-alt-text-bot/pull/54](https://redirect.github.com/github/accessibility-alt-text-bot/pull/54) - Update the action to edit existing alt-text-bot comments when the error message changes by [@​kendallgassner](https://redirect.github.com/kendallgassner) in [https://github.com/github/accessibility-alt-text-bot/pull/55](https://redirect.github.com/github/accessibility-alt-text-bot/pull/55) - Update the action to delete alt-text-bot comment when there are no longer errors by [@​kendallgassner](https://redirect.github.com/kendallgassner) in [https://github.com/github/accessibility-alt-text-bot/pull/55](https://redirect.github.com/github/accessibility-alt-text-bot/pull/55) - Update the alt-text-bot's error message to be more descriptive [@​kendallgassner](https://redirect.github.com/kendallgassner) in [https://github.com/github/accessibility-alt-text-bot/pull/55](https://redirect.github.com/github/accessibility-alt-text-bot/pull/55) **Full Changelog**: https://github.com/github/accessibility-alt-text-bot/compare/v1.5.0...v1.6.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JoshuaKGoldberg/eslint-plugin-package-json). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/accessibility-alt-text-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/accessibility-alt-text-bot.yml b/.github/workflows/accessibility-alt-text-bot.yml index bc222c67..b2397627 100644 --- a/.github/workflows/accessibility-alt-text-bot.yml +++ b/.github/workflows/accessibility-alt-text-bot.yml @@ -2,7 +2,7 @@ jobs: accessibility_alt_text_bot: runs-on: ubuntu-latest steps: - - uses: github/accessibility-alt-text-bot@v1.5.0 + - uses: github/accessibility-alt-text-bot@v1.6.0 name: Accessibility Alt Text Bot