diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da23dfab..754e34be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: - name: Send a Slack notification on failure if: ${{ failure() }} - uses: slackapi/slack-github-action@v1.23.0 + uses: slackapi/slack-github-action@v1.24.0 with: channel-id: '-frontend-exp-team-notifications' slack-message: ":x: Current master version of davinci-github-actions is <${{ env.GITHUB_WORKFLOW_URL }}|broken>." @@ -78,7 +78,7 @@ jobs: - name: Send a Slack notification on success release if: ${{ success() && steps.changesets.outputs.published == 'true' }} - uses: slackapi/slack-github-action@v1.23.0 + uses: slackapi/slack-github-action@v1.24.0 with: channel-id: '-frontend-exp-team-notifications' slack-message: "Current master version of davinci-github-actions successfully released :green_heart:" @@ -87,7 +87,7 @@ jobs: - name: Send a Slack notification on success PR merge if: ${{ success() && steps.changesets.outputs.published != 'true'}} - uses: slackapi/slack-github-action@v1.23.0 + uses: slackapi/slack-github-action@v1.24.0 with: channel-id: '-frontend-exp-team-notifications' slack-message: "A new PR was merged to davinci-github-actions :parrotspin:"