Skip to content

Commit

Permalink
chore(deps): update slackapi/slack-github-action action to v1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 7f6a570 commit 21662f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Slack notification
id: slack
if: success()
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v1.27.1
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Slack notification
id: slack
if: success()
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v1.27.1
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
- name: Slack notification if failure
if: failure() && (github.event_name != 'workflow_dispatch') # doesn't notify for manual runs
id: slack
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v1.27.1
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Slack notification
id: slack
if: success()
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v1.27.1
with:
payload: |
{
Expand Down

0 comments on commit 21662f1

Please sign in to comment.