From e58739dad82648ddc742f2cabff7f937fc2aaee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:21:46 +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 b25adcd..5b1342c 100644 --- a/.github/workflows/a11y-alt-text-bot.yml +++ b/.github/workflows/a11y-alt-text-bot.yml @@ -23,4 +23,4 @@ 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