diff --git a/.github/workflows/add-GHrequest-to-team-board.yml b/.github/workflows/add-GHrequest-to-team-board.yml index c0e3bea..9559079 100644 --- a/.github/workflows/add-GHrequest-to-team-board.yml +++ b/.github/workflows/add-GHrequest-to-team-board.yml @@ -42,7 +42,7 @@ jobs: - name: Send custom JSON data to Slack workflow id: slack - uses: slackapi/slack-github-action@v2.1.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook-type: webhook-trigger # This data can be any valid JSON from a previous step in the GitHub Action diff --git a/.github/workflows/add-quarterly-GH-audit.yml b/.github/workflows/add-quarterly-GH-audit.yml index bab0c86..2eb49ce 100644 --- a/.github/workflows/add-quarterly-GH-audit.yml +++ b/.github/workflows/add-quarterly-GH-audit.yml @@ -27,7 +27,7 @@ jobs: - name: Send custom JSON data to Slack workflow id: slack - uses: slackapi/slack-github-action@v2.1.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook-type: webhook-trigger # This data can be any valid JSON from a previous step in the GitHub Action diff --git a/.github/workflows/add-quarterly-repo-checks.yml b/.github/workflows/add-quarterly-repo-checks.yml index 62d14de..af4e136 100644 --- a/.github/workflows/add-quarterly-repo-checks.yml +++ b/.github/workflows/add-quarterly-repo-checks.yml @@ -27,7 +27,7 @@ jobs: - name: Send custom JSON data to Slack workflow id: slack - uses: slackapi/slack-github-action@v2.1.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook-type: webhook-trigger # This data can be any valid JSON from a previous step in the GitHub Action diff --git a/.github/workflows/add-weekly-gh-requests.yml b/.github/workflows/add-weekly-gh-requests.yml index 9aae1bf..3abcaba 100644 --- a/.github/workflows/add-weekly-gh-requests.yml +++ b/.github/workflows/add-weekly-gh-requests.yml @@ -28,7 +28,7 @@ jobs: - name: Send custom JSON data to Slack workflow id: slack - uses: slackapi/slack-github-action@v2.1.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook-type: webhook-trigger # This data can be any valid JSON from a previous step in the GitHub Action