Skip to content

Commit 820e7bd

Browse files
chore: update slackapi/slack-github-action action to v3
1 parent c5a418a commit 820e7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/SEND_MESSAGE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: report
2121
run: echo "message=$(node ./bin/cli.js --format=slack)" >> "$GITHUB_OUTPUT"
2222
- name: Post to a Slack channel
23-
uses: slackapi/slack-github-action@v2
23+
uses: slackapi/slack-github-action@v3
2424
with:
2525
method: chat.postMessage
2626
token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)