Skip to content

Commit e251ca6

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 b5761b3 commit e251ca6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
webapp="${{ vars.ECR_URL }}:$SHA"
103103
104104
- name: Send deploy notification to product Slack channel
105-
uses: slackapi/slack-github-action@v1.25.0
105+
uses: slackapi/slack-github-action@v1.26.0
106106
with:
107107
payload: |
108108
{
@@ -175,7 +175,7 @@ jobs:
175175
webapp="${{ vars.ECR_URL }}:$SHA"
176176
177177
- name: Send deploy notification to product Slack channel
178-
uses: slackapi/slack-github-action@v1.25.0
178+
uses: slackapi/slack-github-action@v1.26.0
179179
with:
180180
payload: |
181181
{
@@ -249,7 +249,7 @@ jobs:
249249
webapp="${{ vars.ECR_URL }}:$SHA"
250250
251251
- name: Send deploy notification to product Slack channel
252-
uses: slackapi/slack-github-action@v1.25.0
252+
uses: slackapi/slack-github-action@v1.26.0
253253
with:
254254
payload: |
255255
{
@@ -279,7 +279,7 @@ jobs:
279279
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
280280

281281
- name: Send deploy notification to product Slack channel
282-
uses: slackapi/slack-github-action@v1.25.0
282+
uses: slackapi/slack-github-action@v1.26.0
283283
with:
284284
payload: |
285285
{

0 commit comments

Comments
 (0)