From d4cb1736c878ea3ddc85ff0543c578bf0fafce78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 21:44:47 +0000 Subject: [PATCH] Bump archive/github-actions-slack from 1.0.3 to 2.8.0 Bumps [archive/github-actions-slack](https://github.com/archive/github-actions-slack) from 1.0.3 to 2.8.0. - [Release notes](https://github.com/archive/github-actions-slack/releases) - [Commits](https://github.com/archive/github-actions-slack/compare/v1.0.3...v2.8.0) --- updated-dependencies: - dependency-name: archive/github-actions-slack dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/slackRemovalRequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slackRemovalRequest.yml b/.github/workflows/slackRemovalRequest.yml index c026162a4d7..1d3aa972dcc 100644 --- a/.github/workflows/slackRemovalRequest.yml +++ b/.github/workflows/slackRemovalRequest.yml @@ -21,7 +21,7 @@ jobs: allow-edits: "false" - name: Send Slack message - uses: archive/github-actions-slack@v1.0.3 + uses: archive/github-actions-slack@v2.8.0 if: | github.event_name == 'issue_comment' && github.event.action == 'created' && startsWith(github.event.comment.body, '/request')