diff --git a/.github/workflows/auto_merge_notification.yml b/.github/workflows/auto_merge_notification.yml index a0105eb6..37a5289e 100644 --- a/.github/workflows/auto_merge_notification.yml +++ b/.github/workflows/auto_merge_notification.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Add Auto-Merge Notice if: github.event.action == 'auto_merge_enabled' - uses: bcgov/action-pr-description-add@14338bfe0278ead273b3c1189e5aa286ff6709c4 # v2.0.0 + uses: bcgov/action-pr-description-add@d79a5c3b49d3b3b3215495afac3ae599cef191bb # v2.0.1 with: add_markdown: | > [!IMPORTANT] @@ -24,7 +24,7 @@ jobs: - name: Remove Auto-Merge Notice if: github.event.action == 'auto_merge_disabled' - uses: bcgov/action-pr-description-add@14338bfe0278ead273b3c1189e5aa286ff6709c4 # v2.0.0 + uses: bcgov/action-pr-description-add@d79a5c3b49d3b3b3215495afac3ae599cef191bb # v2.0.1 with: add_markdown: | > [!NOTE]