From 56f26ffa71734e74524eb38ad9a8ac806c538b74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 16:09:43 +0000 Subject: [PATCH] build(deps): Bump slackapi/slack-github-action from 2 to 3 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 2e0fa255..d4eccdeb 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest needs: [update] steps: - - uses: slackapi/slack-github-action@v2 + - uses: slackapi/slack-github-action@v3 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: webhook-trigger