From 215fc9ccda0545e678e0898ef95f0163f85c878a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:19:01 +0000 Subject: [PATCH] chore(deps): bump slackapi/slack-github-action from 1.18.0 to 2.0.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.18.0 to 2.0.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.18.0...v2.0.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/add-TXrequest-to-notify-slack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-TXrequest-to-notify-slack.yml b/.github/workflows/add-TXrequest-to-notify-slack.yml index ab3c7c25739..9bb7dc70781 100644 --- a/.github/workflows/add-TXrequest-to-notify-slack.yml +++ b/.github/workflows/add-TXrequest-to-notify-slack.yml @@ -41,7 +41,7 @@ jobs: - name: Alert in Slack id: slack - uses: slackapi/slack-github-action@v1.18.0 + uses: slackapi/slack-github-action@v2.0.0 with: channel-id: C037XDB9KN1 slack-message: "Incoming Translations request: ${{ github.event.issue.title }}\nAuthor: ${{ github.event.issue.user.login }}\nURL: ${{ github.event.issue.html_url }}"