From f576e9e05abb8e004190752600908c2f52ed381d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 00:55:13 +0000 Subject: [PATCH] Bump slackapi/slack-github-action from 1.26.0 to 1.27.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.26.0 to 1.27.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.26.0...v1.27.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 eac62df..98317d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: - name: Send a Slack notification on failure if: ${{ failure() }} - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 with: channel-id: '-frontend-exp-team-notifications' slack-message: ":x: Current master version of davinci-github-actions is <${{ env.GITHUB_WORKFLOW_URL }}|broken>." @@ -108,7 +108,7 @@ jobs: - name: Send a Slack notification on success release if: ${{ success() && steps.changesets.outputs.published == 'true' }} - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 with: channel-id: '-frontend-exp-team-notifications' slack-message: "Current master version of davinci-github-actions successfully released :green_heart:" @@ -117,7 +117,7 @@ jobs: - name: Send a Slack notification on success PR merge if: ${{ success() && steps.changesets.outputs.published != 'true'}} - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 with: channel-id: '-frontend-exp-team-notifications' slack-message: "A new PR was merged to davinci-github-actions :parrotspin:"