Skip to content

Commit 3ceecf6

Browse files
chore(deps): update slackapi/slack-github-action action to v2.1.1
1 parent 6a504fd commit 3ceecf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/release-slack-bot/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
using: "composite"
1212
steps:
1313
# TODO: use python exec instead
14-
- uses: slackapi/[email protected].0
14+
- uses: slackapi/[email protected].1
1515
with:
1616
method: chat.postMessage
1717
token: ${{ inputs.slack-token }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
codecov_token: ${{ secrets.CODECOV_TOKEN }}
146146

147147
- name: Notify parse tests failure
148-
uses: slackapi/[email protected].0
148+
uses: slackapi/[email protected].1
149149
if: failure() && github.event_name == 'push' && false
150150
with:
151151
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)