Skip to content

Commit 56e6aa8

Browse files
Update slackapi/slack-github-action action to v2.1.0 (#10692)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f9150b commit 56e6aa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
echo END_OF_SLACK_MESSAGE >> "$GITHUB_OUTPUT"
292292
- name: Post about drafted release to Slack
293293
id: slack
294-
uses: slackapi/slack-github-action@v2.0.0
294+
uses: slackapi/slack-github-action@v2.1.0
295295
with:
296296
method: chat.postMessage
297297
token: ${{ secrets.SLACKTOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
text: ${{ github.event.release.body }}
7171
- name: Post about release to Slack
7272
id: slack
73-
uses: slackapi/slack-github-action@v2.0.0
73+
uses: slackapi/slack-github-action@v2.1.0
7474
with:
7575
method: chat.postMessage
7676
token: ${{ secrets.SLACKTOKEN }}

0 commit comments

Comments
 (0)