8000 Upgrade to newer Slack action provider · cfmayden/server-client-python@6ebf334 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ebf334

Browse files
committed
Upgrade to newer Slack action provider
1 parent 00a41fb commit 6ebf334

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)
0