From 7596b2a21c1a17f7820cd1a7fca36545afa0aea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 14:35:12 +0000 Subject: [PATCH] chore(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/publish-slack-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-slack-workflow.yml b/.github/workflows/publish-slack-workflow.yml index 440575e1..71d88b7e 100644 --- a/.github/workflows/publish-slack-workflow.yml +++ b/.github/workflows/publish-slack-workflow.yml @@ -30,7 +30,7 @@ jobs: - name: Post to a Slack channel id: slack - uses: slackapi/slack-github-action@v2.0.0 + uses: slackapi/slack-github-action@v2.1.0 with: method: chat.postMessage token: ${{ secrets.SLACK_BOT_TOKEN }}