diff --git a/.github/workflows/slack-pr-notification.yml b/.github/workflows/slack-pr-notification.yml index 09e1c854ada..bde63d44613 100644 --- a/.github/workflows/slack-pr-notification.yml +++ b/.github/workflows/slack-pr-notification.yml @@ -21,7 +21,7 @@ jobs: contains(toJson(github.event.pull_request.labels.*.name), '"RFC"') steps: - name: Notify Slack - uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0 + uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 with: channel-id: ${{ env.channel }} slack-message: "${{ github.actor }} posted a RFC: ${{ github.event.pull_request.title }}. URL: ${{ github.event.pull_request.html_url }}"