From 2aa414473a9126211befd70cf3eb047220c2cd0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:16:26 +0000 Subject: [PATCH] Bump slackapi/slack-github-action from 2 to 3 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: '3' 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 06f8f5e..e4cb3f4 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@v2 + uses: slackapi/slack-github-action@v3 with: payload-file-path: results.json payload-templated: true