From 59e9ca80650482814845dc6c32ca0850b9223c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:41:01 +0000 Subject: [PATCH] Bump slackapi/slack-github-action from 1.23.0 to 2.0.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.23.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.23.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/reuse-wf-deploy-to-astro-cloud.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reuse-wf-deploy-to-astro-cloud.yaml b/.github/workflows/reuse-wf-deploy-to-astro-cloud.yaml index bfaff71019..10710d6a8e 100644 --- a/.github/workflows/reuse-wf-deploy-to-astro-cloud.yaml +++ b/.github/workflows/reuse-wf-deploy-to-astro-cloud.yaml @@ -60,7 +60,7 @@ jobs: - name: send succeeded notification to Slack if: success() && github.event_name == 'workflow_dispatch' - uses: slackapi/slack-github-action@v1.23.0 + uses: slackapi/slack-github-action@v2.0.0 with: # yamllint disable rule:line-length payload: | @@ -131,7 +131,7 @@ jobs: - name: send failure notification to Slack if: failure() - uses: slackapi/slack-github-action@v1.23.0 + uses: slackapi/slack-github-action@v2.0.0 with: # yamllint disable rule:line-length payload: |