From 443171cd69856beadf3cdd11c37f73e5a6ec5201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:42:51 +0000 Subject: [PATCH] build(deps): Bump slackapi/slack-github-action from 2 to 4 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2 to 4. - [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...v4) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: '4' 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 3139856..1a81726 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@v4 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: webhook-trigger