From 39f66da09dfd13faa3fd5bf15b460d3ae6c5fe44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:13:29 +0000 Subject: [PATCH] chore(deps): bump archive/github-actions-slack from 2.8.0 to 3.1.0 Bumps [archive/github-actions-slack](https://github.com/archive/github-actions-slack) from 2.8.0 to 3.1.0. - [Release notes](https://github.com/archive/github-actions-slack/releases) - [Commits](https://github.com/archive/github-actions-slack/compare/v2.8.0...v3.1.0) --- updated-dependencies: - dependency-name: archive/github-actions-slack dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/slack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slack.yml b/.github/workflows/slack.yml index 9afebf25b..65cfc3cde 100644 --- a/.github/workflows/slack.yml +++ b/.github/workflows/slack.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Send message to Slack API continue-on-error: true - uses: archive/github-actions-slack@v2.8.0 + uses: archive/github-actions-slack@v3.1.0 id: notify with: slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}