From 3dbe929c9a5a19191d764940a62371602c138b9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:32:35 +0000 Subject: [PATCH] Bump github/accessibility-alt-text-bot from 1.5.0 to 1.6.0 Bumps [github/accessibility-alt-text-bot](https://github.com/github/accessibility-alt-text-bot) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/github/accessibility-alt-text-bot/releases) - [Commits](https://github.com/github/accessibility-alt-text-bot/compare/v1.5.0...v1.6.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/alt-text.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alt-text.yml b/.github/workflows/alt-text.yml index 5b1342c8..e7d81cd3 100644 --- a/.github/workflows/alt-text.yml +++ b/.github/workflows/alt-text.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.5.0 # Set to latest + uses: github/accessibility-alt-text-bot@v1.6.0 # Set to latest