diff --git a/.github/workflows/app-manager-release-notes.yml b/.github/workflows/app-manager-release-notes.yml index 0fc3937036..23a71efde7 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.1.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook: ${{ secrets.KOTS_RELEASE_NOTES_SLACK_WEBHOOK }} webhook-type: webhook-trigger diff --git a/.github/workflows/embedded-cluster-release-notes.yml b/.github/workflows/embedded-cluster-release-notes.yml index d6e9873c81..6113094357 100644 --- a/.github/workflows/embedded-cluster-release-notes.yml +++ b/.github/workflows/embedded-cluster-release-notes.yml @@ -86,7 +86,7 @@ jobs: echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" - name: Slack Notification - uses: slackapi/slack-github-action@v2.1.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook: ${{ secrets.EMBEDDED_CLUSTER_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 44fa69036d..dd385cc461 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.1.0 + uses: slackapi/slack-github-action@v2.1.1 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 1176597b37..82d8203c2f 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.1.0 + uses: slackapi/slack-github-action@v2.1.1 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 1c5a0b8e9f..83fcdfc211 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.1.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook: ${{ secrets.VENDOR_PORTAL_RELEASE_NOTES_SLACK_WEBHOOK }} webhook-type: webhook-trigger