Skip to content

Commit 3bbc21d

Browse files
Update slackapi/slack-github-action action to v2.1.0
1 parent 8cd6e79 commit 3bbc21d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dockerhub-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: The release was successful
107107
id: slack-success
108108
if: needs.promote-latest.result == 'success'
109-
uses: slackapi/slack-github-action@v2.0.0
109+
uses: slackapi/slack-github-action@v2.1.0
110110
with:
111111
webhook-type: incoming-webhook
112112
webhook: ${{ secrets.RELEASE_NOTIFY_WEBHOOK }}
@@ -116,7 +116,7 @@ jobs:
116116
- name: The release was not successful
117117
id: slack-failure
118118
if: needs.promote-latest.result != 'success'
119-
uses: slackapi/slack-github-action@v2.0.0
119+
uses: slackapi/slack-github-action@v2.1.0
120120
with:
121121
webhook-type: incoming-webhook
122122
webhook: ${{ secrets.RELEASE_NOTIFY_WEBHOOK }}

0 commit comments

Comments
 (0)