From d895a258da0022a12e880c073e5961af121330da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 04:22:51 +0000 Subject: [PATCH] Bump slackapi/slack-github-action from 3.0.5 to 4.0.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.5 to 4.0.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/slackapi/slack-github-action/compare/0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc...dcb1066f776dd043e64d0e8ba94ca15cc7e1875d) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/after_commit.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/pr_create.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/after_commit.yml b/.github/workflows/after_commit.yml index 14a213d..1767d02 100644 --- a/.github/workflows/after_commit.yml +++ b/.github/workflows/after_commit.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post text to a Slack channel - uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # v3.0.5 + uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d # v4.0.0 with: method: chat.postMessage token: ${{ secrets.SLACK_OAUTH_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f190ef..9e6ed1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post text to a Slack channel - uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # v3.0.5 + uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d # v4.0.0 with: method: chat.postMessage token: ${{ secrets.SLACK_OAUTH_TOKEN }} diff --git a/.github/workflows/pr_create.yml b/.github/workflows/pr_create.yml index 7dad97d..0564fa5 100644 --- a/.github/workflows/pr_create.yml +++ b/.github/workflows/pr_create.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post text to a Slack channel - uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # v3.0.5 + uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d # v4.0.0 with: method: chat.postMessage token: ${{ secrets.SLACK_OAUTH_TOKEN }}