From 71d4f09dba70a0cb75838e3f84a7207ce302302e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 12 May 2025 07:32:41 +0000
Subject: [PATCH] Bump slackapi/slack-github-action from 2.0.0 to 2.1.0

Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](https://github.com/slackapi/slack-github-action/compare/v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/app-manager-release-notes.yml          | 2 +-
 .github/workflows/kubernetes-installer-release-notes.yml | 2 +-
 .github/workflows/replicated-sdk-release-notes.yml       | 2 +-
 .github/workflows/vendor-portal-release-notes.yml        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/app-manager-release-notes.yml b/.github/workflows/app-manager-release-notes.yml
index 98cd661a5f..0fc3937036 100644
--- a/.github/workflows/app-manager-release-notes.yml
+++ b/.github/workflows/app-manager-release-notes.yml
@@ -55,7 +55,7 @@ jobs:
         echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
 
     - name: Slack Notification
-      uses: slackapi/slack-github-action@v2.0.0
+      uses: slackapi/slack-github-action@v2.1.0
       with:
         webhook: ${{ secrets.KOTS_RELEASE_NOTES_SLACK_WEBHOOK }}
         webhook-type: webhook-trigger
diff --git a/.github/workflows/kubernetes-installer-release-notes.yml b/.github/workflows/kubernetes-installer-release-notes.yml
index 164fcd3013..44fa69036d 100644
--- a/.github/workflows/kubernetes-installer-release-notes.yml
+++ b/.github/workflows/kubernetes-installer-release-notes.yml
@@ -55,7 +55,7 @@ jobs:
         echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
 
     - name: Slack Notification
-      uses: slackapi/slack-github-action@v2.0.0
+      uses: slackapi/slack-github-action@v2.1.0
       with:
         webhook: ${{ secrets.KURL_RELEASE_NOTES_SLACK_WEBHOOK }}
         webhook-type: webhook-trigger
diff --git a/.github/workflows/replicated-sdk-release-notes.yml b/.github/workflows/replicated-sdk-release-notes.yml
index 6fc5486c42..1176597b37 100644
--- a/.github/workflows/replicated-sdk-release-notes.yml
+++ b/.github/workflows/replicated-sdk-release-notes.yml
@@ -59,7 +59,7 @@ jobs:
         echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
 
     - name: Slack Notification
-      uses: slackapi/slack-github-action@v2.0.0
+      uses: slackapi/slack-github-action@v2.1.0
       with:
         webhook: ${{ secrets.REPLICATED_SDK_RELEASE_NOTES_SLACK_WEBHOOK }}
         webhook-type: webhook-trigger
diff --git a/.github/workflows/vendor-portal-release-notes.yml b/.github/workflows/vendor-portal-release-notes.yml
index 6cf0ff89e0..1c5a0b8e9f 100644
--- a/.github/workflows/vendor-portal-release-notes.yml
+++ b/.github/workflows/vendor-portal-release-notes.yml
@@ -62,7 +62,7 @@ jobs:
           echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
 
       - name: Slack Notification
-        uses: slackapi/slack-github-action@v2.0.0
+        uses: slackapi/slack-github-action@v2.1.0
         with:
           webhook: ${{ secrets.VENDOR_PORTAL_RELEASE_NOTES_SLACK_WEBHOOK }}
           webhook-type: webhook-trigger