From 2c6fa274f7f12a76b2d865f5fcea1c7fcf72cba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 02:33:27 +0000 Subject: [PATCH] Bump lfdebrux/trello-poster-action from 1.2.0 to 1.3.0 Bumps [lfdebrux/trello-poster-action](https://github.com/lfdebrux/trello-poster-action) from 1.2.0 to 1.3.0. - [Commits](https://github.com/lfdebrux/trello-poster-action/compare/736f8f21f0cacf6f4142d5c9e09ebd4439e83318...8667c700f73347f39c781ebdde8237be67cfdab8) --- updated-dependencies: - dependency-name: lfdebrux/trello-poster-action dependency-version: 1.3.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 22eb15a..198f642 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@736f8f21f0cacf6f4142d5c9e09ebd4439e83318 # v1.2.0 + - uses: lfdebrux/trello-poster-action@8667c700f73347f39c781ebdde8237be67cfdab8 # v1.3.0 with: comment-body: ${{ github.event.pull_request.body }} github-url: ${{ github.event.pull_request.html_url }}