From 2ba265ade3e16f43409d30aac73a4beddf0ad109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:43:31 +0000 Subject: [PATCH] chore(deps): bump slackapi/slack-github-action from 3.0.1 to 3.0.2 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.1 to 3.0.2. - [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.1...v3.0.2) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/time-reporting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/time-reporting.yml b/.github/workflows/time-reporting.yml index ece4f9ce..75b14e9a 100644 --- a/.github/workflows/time-reporting.yml +++ b/.github/workflows/time-reporting.yml @@ -138,7 +138,7 @@ jobs: - name: Post to Slack id: slack if: success() - uses: slackapi/slack-github-action@v3.0.1 + uses: slackapi/slack-github-action@v3.0.2 with: method: files.uploadV2 token: ${{ secrets.SLACK_BOT_TOKEN }}