Skip to content

Commit fefd6f1

Browse files
authored
Merge pull request #880 from tableau/upgrade-slack-action
Upgrade to newer Slack action provider
2 parents 1d8a9be + 0845b7b commit fefd6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Sends a message to Slack when a push, a pull request or an issue is made
99
steps:
1010
- name: Send message to Slack API
11-
uses: archive/github-actions-slack@v2.0.1
11+
uses: archive/github-actions-slack@v2.2.2
1212
id: notify
1313
with:
1414
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)