From 776a1c201d7db068549092a4fbd9020b5eadbcfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 12:45:30 +0000 Subject: [PATCH] Bump slackapi/slack-github-action from 3 to 4 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3 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/v3...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/reqcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reqcheck.yml b/.github/workflows/reqcheck.yml index e5c2074..58d2bee 100644 --- a/.github/workflows/reqcheck.yml +++ b/.github/workflows/reqcheck.yml @@ -57,7 +57,7 @@ jobs: # Notify the results to WebKit slack - name: Forward a saved message - uses: slackapi/slack-github-action@v3 + uses: slackapi/slack-github-action@v4 with: payload-file-path: results.json payload-templated: true