From a8ac9f78b20a85abe7bde7c49eeb3696d84cf6bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:42:42 +0000 Subject: [PATCH] chore(deps): bump slackapi/slack-github-action from 3.0.3 to 4.0.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.3 to 4.0.0. - [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...v4.0.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/biweekly-time-reporting.yml | 2 +- .github/workflows/monthly-time-reporting.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/biweekly-time-reporting.yml b/.github/workflows/biweekly-time-reporting.yml index 9fddc0c..a3052c5 100644 --- a/.github/workflows/biweekly-time-reporting.yml +++ b/.github/workflows/biweekly-time-reporting.yml @@ -90,7 +90,7 @@ jobs: - name: Post to Slack id: slack if: success() - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v4.0.0 with: method: files.uploadV2 token: ${{ secrets.SLACK_BOT_TOKEN }} diff --git a/.github/workflows/monthly-time-reporting.yml b/.github/workflows/monthly-time-reporting.yml index 725f9fd..5b4b81b 100644 --- a/.github/workflows/monthly-time-reporting.yml +++ b/.github/workflows/monthly-time-reporting.yml @@ -136,7 +136,7 @@ jobs: - name: Post to Slack id: slack if: success() - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v4.0.0 with: method: files.uploadV2 token: ${{ secrets.SLACK_BOT_TOKEN }}