Skip to content

Commit 50297d0

Browse files
chore(deps): bump slackapi/slack-github-action
Bumps the github-action-dependencies group with 1 update in the / directory: [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). Updates `slackapi/slack-github-action` from 1.25.0 to 2.0.0 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v1.25.0...v2.0.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 65c3051 commit 50297d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-signing-maintenance.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Creating of code signing files via CI server on SDK code bases is not yet done. Once it is, we can add that feature.
4040

4141
- name: Notify team about schedule maintenance
42-
uses: slackapi/slack-github-action@v1.25.0
42+
uses: slackapi/slack-github-action@v2.0.0
4343
with:
4444
# Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder
4545
payload: |
@@ -62,7 +62,7 @@ jobs:
6262
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
6363

6464
- name: Notify team deleting certificates failed. Fix issue so we can get certificates deleted before expiring.
65-
uses: slackapi/slack-github-action@v1.25.0
65+
uses: slackapi/slack-github-action@v2.0.0
6666
if: ${{ failure() }} # only run this if any previous step failed
6767
with:
6868
# Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder

0 commit comments

Comments
 (0)