Skip to content

Commit a663d85

Browse files
Update slackapi/slack-github-action action to v1.24.0
1 parent c41299b commit a663d85

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
@@ -205,7 +205,7 @@ jobs:
205205
# ENVs cannot be used directly in job.if. This is a workaround to check
206206
# if SLACK_WEBHOOK_URL is present.
207207
if: "${{ env.SLACK_WEBHOOK_URL != '' }}"
208-
uses: "slackapi/slack-github-action@v1.23.0"
208+
uses: "slackapi/slack-github-action@v1.24.0"
209209
with:
210210
payload: |
211211
{

0 commit comments

Comments
 (0)