Skip to content

Commit 034806f

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/slackapi/slack-github-action-2.1.1' into release/2025-07-18
2 parents b23a7ae + 4735295 commit 034806f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
uses: ./.github/actions/catch-failed-step
206206
- name: Send job result to slack
207207
id: slack
208-
uses: slackapi/slack-github-action@v2.0.0
208+
uses: slackapi/slack-github-action@v2.1.1
209209
with:
210210
webhook-type: webhook-trigger
211211
payload: |

.github/workflows/_deploy_backups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
uses: ./.github/actions/catch-failed-step
144144
- name: Send job result to slack
145145
id: slack
146-
uses: slackapi/slack-github-action@v2.0.0
146+
uses: slackapi/slack-github-action@v2.1.1
147147
with:
148148
webhook-type: webhook-trigger
149149
payload: |

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: ./.github/actions/catch-failed-step
8888
- name: Send merge result to slack
8989
id: slack
90-
uses: slackapi/slack-github-action@v2.0.0
90+
uses: slackapi/slack-github-action@v2.1.1
9191
with:
9292
webhook-type: webhook-trigger
9393
payload: |

0 commit comments

Comments
 (0)