Skip to content

Commit

Permalink
Update slackapi/slack-github-action action to v2 (#683)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent cd2d939 commit f824bf2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/regression-test-ATX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Report failure to Slack
if: failure()
id: slack
uses: slackapi/slack-github-action@v1.27.1
uses: slackapi/slack-github-action@v2.0.0
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression-test-PROD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Report failure to Slack
if: failure()
id: slack
uses: slackapi/slack-github-action@v1.27.1
uses: slackapi/slack-github-action@v2.0.0
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression-test-TT02.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Report failure to Slack
if: failure()
id: slack
uses: slackapi/slack-github-action@v1.27.1
uses: slackapi/slack-github-action@v2.0.0
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-case-ATX.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Report failure to Slack
if: failure()
id: slack
uses: slackapi/slack-github-action@v1.27.1
uses: slackapi/slack-github-action@v2.0.0
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-case-PROD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Report failure to Slack
if: failure()
id: slack
uses: slackapi/slack-github-action@v1.27.1
uses: slackapi/slack-github-action@v2.0.0
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-case-TT02.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Report failure to Slack
if: failure()
id: slack
uses: slackapi/slack-github-action@v1.27.1
uses: slackapi/slack-github-action@v2.0.0
with:
payload: |
{
Expand Down

0 comments on commit f824bf2

Please sign in to comment.