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
smartway-bot[bot] authored Nov 21, 2024
1 parent 26e0583 commit 194e981
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/xamarin-ui-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Send Slack Notification
if: ${{ failure() }}
uses: slackapi/slack-github-action@v1.18.0
uses: slackapi/slack-github-action@v1.27.1
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xamarin-ui-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: [self-hosted, xamarin-android]
steps:
- name: Send Slack Notification
uses: slackapi/slack-github-action@v1.18.0
uses: slackapi/slack-github-action@v1.27.1
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xamarin-ui-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Send Slack Notification
if: ${{ failure() }}
uses: slackapi/slack-github-action@v1.18.0
uses: slackapi/slack-github-action@v1.27.1
with:
payload: |
{
Expand Down

0 comments on commit 194e981

Please sign in to comment.