From 89c9922b3ee51c47ea0912a0bbec7b654cea03b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 15:44:01 +0000 Subject: [PATCH] chore(deps): bump slackapi/slack-github-action Bumps the github-actions group with 1 update: [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). Updates `slackapi/slack-github-action` from 3.0.3 to 3.0.5 - [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/v3.0.3...v3.0.5) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/schedule-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-release.yml b/.github/workflows/schedule-release.yml index 1dbf23b46..d5554ed6f 100644 --- a/.github/workflows/schedule-release.yml +++ b/.github/workflows/schedule-release.yml @@ -340,7 +340,7 @@ jobs: shell: bash - name: Send Slack Notification - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v3.0.5 env: DATE: ${{ env.CURRENT_DATE }} RELEASE_URL: ${{ env.RELEASE_URL }}