From c2ca829c5908638a7feb66f699b8d1812967039b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 18:48:11 +0800 Subject: [PATCH] chore(deps): bump slackapi/slack-github-action from 1.23.0 to 1.24.0 (#172) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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:"