Skip to content

Commit

Permalink
Bump slackapi/slack-github-action from 1.26.0 to 1.27.0 (#219)
Browse files Browse the repository at this point in the history
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](slackapi/slack-github-action@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 24, 2024
1 parent 6165d3c commit 650f2d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 650f2d6

Please sign in to comment.