From d7e9e9c7bd596777aa782f3a6b143cccc39f0748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 12:21:16 +0000 Subject: [PATCH] build(deps): 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] --- .github/workflows/add-GHrequest-to-team-board.yml | 2 +- .github/workflows/add-quarterly-GH-audit.yml | 2 +- .github/workflows/add-quarterly-repo-checks.yml | 2 +- .github/workflows/add-weekly-gh-requests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/add-GHrequest-to-team-board.yml b/.github/workflows/add-GHrequest-to-team-board.yml index 0e9b2bf..c0e3bea 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.0.0 + uses: slackapi/slack-github-action@v2.1.0 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 d39377f..bab0c86 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.0.0 + uses: slackapi/slack-github-action@v2.1.0 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 9a1d9a8..62d14de 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.0.0 + uses: slackapi/slack-github-action@v2.1.0 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 980bff8..9aae1bf 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.0.0 + uses: slackapi/slack-github-action@v2.1.0 with: webhook-type: webhook-trigger # This data can be any valid JSON from a previous step in the GitHub Action