From c80bd3e071d5c29f48789bb25061b635a3197459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:41:32 +0000 Subject: [PATCH] :arrow_up: Bump slackapi/slack-github-action from 1.24.0 to 2.0.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.24.0 to 2.0.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.24.0...v2.0.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/semver-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semver-data.yml b/.github/workflows/semver-data.yml index e3898839..3cb4054b 100644 --- a/.github/workflows/semver-data.yml +++ b/.github/workflows/semver-data.yml @@ -83,7 +83,7 @@ jobs: - name: Post failure to Slack channel id: slack - uses: slackapi/slack-github-action@v1.24.0 + uses: slackapi/slack-github-action@v2.0.0 if: ${{ failure() }} with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }}