Skip to content

Commit da266e0

Browse files
chore(deps): update slackapi/slack-github-action action to v2.1.0
1 parent 7147af4 commit da266e0

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/slack-github-action@v2.0.0
14+
- uses: slackapi/slack-github-action@v2.1.0
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
@@ -125,7 +125,7 @@ jobs:
125125
codecov_token: ${{ secrets.CODECOV_TOKEN }}
126126

127127
- name: Notify parse tests failure
128-
uses: slackapi/slack-github-action@v2.0.0
128+
uses: slackapi/slack-github-action@v2.1.0
129129
if: failure() && github.event_name == 'push' && false
130130
with:
131131
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)