From 650f2d62db9c883ea6754f8a008b407189d52eb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 08:38:27 +0300 Subject: [PATCH] Bump slackapi/slack-github-action from 1.26.0 to 1.27.0 (#219) Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.26.0 to 1.27.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.26.0...v1.27.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish_to_pypi.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index 0e28471..c8b12fe 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -62,7 +62,7 @@ jobs: - name: Notify Slack of release workflow result if: always() - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 with: channel-id: "C05PLVB1Y04" payload-file-path: ".github/workflows/payloads/release_payload.json" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f42fca7..2cc6832 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,7 +71,7 @@ jobs: - name: Post to Slack about the result of the Pull Request if: ( always() && github.event_name == 'pull_request' && !(github.event.action == 'closed' && github.event.pull_request.merged == true) ) - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 with: channel-id: "C05P40DCGAK" payload-file-path: ".github/workflows/payloads/pr_payload.json" @@ -81,7 +81,7 @@ jobs: - name: Post to Slack about the result of the push if: ( always() && github.event_name == 'push' && github.ref == 'refs/heads/main' ) id: slack - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 with: channel-id: "C05P40DCGAK" payload-file-path: ".github/workflows/payloads/push_payload.json"