Skip to content

Commit

Permalink
chore(deps): update slackapi/slack-github-action action to v1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smartway-bot[bot] authored Sep 16, 2024
1 parent 454630f commit e26a2e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smartway-caoc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Send Slack Notification
if: ${{ failure() }}
uses: slackapi/slack-github-action@v1.18.0
uses: slackapi/slack-github-action@v1.27.0
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smartway-caoc-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

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

0 comments on commit e26a2e8

Please sign in to comment.