From 620fde047783c438e42328d1f776ed946a23e55a Mon Sep 17 00:00:00 2001 From: bbhtt Date: Wed, 22 Apr 2026 00:09:30 +0530 Subject: [PATCH] Bump merge action to 1.0.11 --- .github/workflows/merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 1a3c0d9..2060f4a 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -11,7 +11,7 @@ jobs: timeout-minutes: 30 if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/merge') }} steps: - # 1.0.9 - - uses: flathub-infra/merge-action@6c25245b7ef599ac1861b2e1be84f553fd1e9bde + # 1.0.11 + - uses: flathub-infra/merge-action@e568854827645bbe5b2bb83c8eec97220626a285 with: token: ${{ secrets.FLATHUBBOT_TOKEN }}