Skip to content

Commit 4ea3560

Browse files
Update slackapi/slack-github-action action to v1.27.1
1 parent 12b3e6f commit 4ea3560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
# ENVs cannot be used directly in job.if. This is a workaround to check
213213
# if SLACK_WEBHOOK_URL is present.
214214
if: "${{ env.SLACK_WEBHOOK_URL != '' }}"
215-
uses: "slackapi/slack-github-action@v1.23.0"
215+
uses: "slackapi/slack-github-action@v1.27.1"
216216
with:
217217
payload: |
218218
{

0 commit comments

Comments
 (0)