From 13b3fb3fe4587e82d276fe4176fc61f79cbd3bbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 03:49:33 +0000 Subject: [PATCH] github-actions(deps): bump github/accessibility-alt-text-bot Bumps [github/accessibility-alt-text-bot](https://github.com/github/accessibility-alt-text-bot) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/github/accessibility-alt-text-bot/releases) - [Commits](https://github.com/github/accessibility-alt-text-bot/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: github/accessibility-alt-text-bot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/a11y_alt_text_bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/a11y_alt_text_bot.yml b/.github/workflows/a11y_alt_text_bot.yml index 2f8276d..e9a65a0 100644 --- a/.github/workflows/a11y_alt_text_bot.yml +++ b/.github/workflows/a11y_alt_text_bot.yml @@ -23,5 +23,5 @@ 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@v1.4.0 # Set to latest + uses: github/accessibility-alt-text-bot@v1.5.0 # Set to latest