Skip to content

Commit 513dfb6

Browse files
chore(deps): bump rtCamp/action-slack-notify from 2.3.2 to 2.3.3 (#5719)
Bumps [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/rtcamp/action-slack-notify/releases) - [Commits](rtCamp/action-slack-notify@v2.3.2...v2.3.3) --- updated-dependencies: - dependency-name: rtCamp/action-slack-notify dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2503303 commit 513dfb6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/blackduck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
DETECT_YARN_DEPENDENCY_TYPES_EXCLUDED: NON_PRODUCTION
3535
- if: failure() || cancelled()
3636
name: Slack Notify
37-
uses: rtCamp/[email protected].2
37+
uses: rtCamp/[email protected].3
3838
env:
3939
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
4040
SLACK_USERNAME: SDK Pipeline Bot

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- run: yarn test:type
4444
- if: ${{ github.event_name != 'pull_request' && (failure() || cancelled()) }}
4545
name: Slack Notify
46-
uses: rtCamp/[email protected].2
46+
uses: rtCamp/[email protected].3
4747
env:
4848
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
4949
SLACK_USERNAME: SDK Pipeline Bot
@@ -88,7 +88,7 @@ jobs:
8888
name: License Check
8989
- if: ${{ github.event_name != 'pull_request' && (failure() || cancelled()) }}
9090
name: Slack Notify
91-
uses: rtCamp/[email protected].2
91+
uses: rtCamp/[email protected].3
9292
env:
9393
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
9494
SLACK_USERNAME: SDK Pipeline Bot

.github/workflows/fosstars-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
token: '${{ secrets.GH_CLOUD_SDK_JS_ADMIN_WRITE_TOKEN }}'
1717
- if: failure() || cancelled()
1818
name: Slack Notify
19-
uses: rtCamp/[email protected].2
19+
uses: rtCamp/[email protected].3
2020
env:
2121
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
2222
SLACK_USERNAME: SDK Pipeline Bot

.github/workflows/memory-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: compare v2 and canary
3939
- if: failure() || cancelled()
4040
name: Slack Notify
41-
uses: rtCamp/[email protected].2
41+
uses: rtCamp/[email protected].3
4242
env:
4343
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
4444
SLACK_USERNAME: SDK Pipeline Bot

0 commit comments

Comments
 (0)