Skip to content

Commit 39e1c19

Browse files
Bump slackapi/slack-github-action from 2.1.0 to 2.1.1
--- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5acf55a commit 39e1c19

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/app-manager-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
5656
5757
- name: Slack Notification
58-
uses: slackapi/[email protected].0
58+
uses: slackapi/[email protected].1
5959
with:
6060
webhook: ${{ secrets.KOTS_RELEASE_NOTES_SLACK_WEBHOOK }}
6161
webhook-type: webhook-trigger

.github/workflows/embedded-cluster-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
8787
8888
- name: Slack Notification
89-
uses: slackapi/[email protected].0
89+
uses: slackapi/[email protected].1
9090
with:
9191
webhook: ${{ secrets.EMBEDDED_CLUSTER_RELEASE_NOTES_SLACK_WEBHOOK }}
9292
webhook-type: webhook-trigger

.github/workflows/kubernetes-installer-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
5656
5757
- name: Slack Notification
58-
uses: slackapi/[email protected].0
58+
uses: slackapi/[email protected].1
5959
with:
6060
webhook: ${{ secrets.KURL_RELEASE_NOTES_SLACK_WEBHOOK }}
6161
webhook-type: webhook-trigger

.github/workflows/replicated-sdk-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
6060
6161
- name: Slack Notification
62-
uses: slackapi/[email protected].0
62+
uses: slackapi/[email protected].1
6363
with:
6464
webhook: ${{ secrets.REPLICATED_SDK_RELEASE_NOTES_SLACK_WEBHOOK }}
6565
webhook-type: webhook-trigger

.github/workflows/vendor-portal-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
6363
6464
- name: Slack Notification
65-
uses: slackapi/[email protected].0
65+
uses: slackapi/[email protected].1
6666
with:
6767
webhook: ${{ secrets.VENDOR_PORTAL_RELEASE_NOTES_SLACK_WEBHOOK }}
6868
webhook-type: webhook-trigger

0 commit comments

Comments
 (0)