Skip to content

Commit 3263e58

Browse files
Bump slackapi/slack-github-action from 1.25.0 to 1.26.0
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.25.0 to 1.26.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v1.25.0...v1.26.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83b80af commit 3263e58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
webapp="${{ vars.ECR_URL }}:$SHA"
100100
101101
- name: Send deploy notification to product Slack channel
102-
uses: slackapi/slack-github-action@v1.25.0
102+
uses: slackapi/slack-github-action@v1.26.0
103103
with:
104104
payload: |
105105
{
@@ -168,7 +168,7 @@ jobs:
168168
webapp="${{ vars.ECR_URL }}:$SHA"
169169
170170
- name: Send deploy notification to product Slack channel
171-
uses: slackapi/slack-github-action@v1.25.0
171+
uses: slackapi/slack-github-action@v1.26.0
172172
with:
173173
payload: |
174174
{
@@ -198,7 +198,7 @@ jobs:
198198
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
199199

200200
- name: Send deploy notification to product Slack channel
201-
uses: slackapi/slack-github-action@v1.25.0
201+
uses: slackapi/slack-github-action@v1.26.0
202202
with:
203203
payload: |
204204
{

0 commit comments

Comments
 (0)