Skip to content

Commit 19ce673

Browse files
ci: bump slackapi/slack-github-action from 2.0.0 to 2.1.1 (#798)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dbb14ad commit 19ce673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
steps:
167167
- name: Send Slack Notification
168168
if: always()
169-
uses: slackapi/slack-github-action@v2.0.0
169+
uses: slackapi/slack-github-action@v2.1.1
170170
env:
171171
WORKFLOW: "<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|workflow>"
172172
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
steps:
253253
- name: Send Slack Notification
254254
if: always()
255-
uses: slackapi/slack-github-action@v2.0.0
255+
uses: slackapi/slack-github-action@v2.1.1
256256
env:
257257
WORKFLOW: "<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|workflow>"
258258
with:

0 commit comments

Comments
 (0)