From 655665d1cf751386d6644d6cd595593b21ca7e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 18:33:13 +0000 Subject: [PATCH] Bump lfdebrux/trello-poster-action from 1.1.0 to 1.2.0 Bumps [lfdebrux/trello-poster-action](https://github.com/lfdebrux/trello-poster-action) from 1.1.0 to 1.2.0. - [Commits](https://github.com/lfdebrux/trello-poster-action/compare/26a89a913f861d355dc2867a13c0c013e42d4c77...736f8f21f0cacf6f4142d5c9e09ebd4439e83318) --- updated-dependencies: - dependency-name: lfdebrux/trello-poster-action dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/trello_poster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trello_poster.yml b/.github/workflows/trello_poster.yml index f6a34b70..dc4c9b18 100644 --- a/.github/workflows/trello_poster.yml +++ b/.github/workflows/trello_poster.yml @@ -6,7 +6,7 @@ jobs: trello-poster: runs-on: ubuntu-latest steps: - - uses: lfdebrux/trello-poster-action@26a89a913f861d355dc2867a13c0c013e42d4c77 + - uses: lfdebrux/trello-poster-action@736f8f21f0cacf6f4142d5c9e09ebd4439e83318 with: comment-body: ${{ github.event.pull_request.body }} github-url: ${{ github.event.pull_request.html_url }}