Skip to content

Commit ed36606

Browse files
Update slackapi/slack-github-action action to v3.0.3 (#11419)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b5048c commit ed36606

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ jobs:
373373
echo END_OF_SLACK_MESSAGE >> "$GITHUB_OUTPUT"
374374
- name: Post about drafted release to Slack
375375
id: slack
376-
uses: slackapi/slack-github-action@v3.0.2
376+
uses: slackapi/slack-github-action@v3.0.3
377377
with:
378378
method: chat.postMessage
379379
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@v3.0.2
73+
uses: slackapi/slack-github-action@v3.0.3
7474
with:
7575
method: chat.postMessage
7676
token: ${{ secrets.SLACKTOKEN }}

0 commit comments

Comments
 (0)