diff --git a/.github/workflows/title_to_mention.yml b/.github/workflows/title_to_mention.yml index f0c0be816763..3c802e6b5831 100644 --- a/.github/workflows/title_to_mention.yml +++ b/.github/workflows/title_to_mention.yml @@ -18,14 +18,14 @@ jobs: steps: - name: Mention MueLu - uses: peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d # v2.1.1 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 if: (contains(github.event.action, 'labeled') && contains(github.event.label.name, 'MueLu')) || (contains(github.event.action, 'opened') && contains(github.event.issue.title, 'MueLu')) with: issue-number: ${{ github.event.issue.number }} body: | Automatic mention of the @trilinos/muelu team - name: Mention Ifpack2 - uses: peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d # v2.1.1 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 if: (contains(github.event.action, 'labeled') && contains(github.event.label.name, 'Ifpack2')) || (contains(github.event.action, 'opened') && contains(github.event.issue.title, 'Ifpack2')) with: issue-number: ${{ github.event.issue.number }}