Skip to content

Commit

Permalink
Bump slackapi/slack-github-action from 1.23.0 to 2.0.0
Browse files Browse the repository at this point in the history
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](slackapi/slack-github-action@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] <[email protected]>
dependabot[bot] authored Jan 9, 2025
1 parent 9984a9c commit 59e9ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reuse-wf-deploy-to-astro-cloud.yaml
Original file line number Diff line number Diff line change
@@ -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: |

0 comments on commit 59e9ca8

Please sign in to comment.