Skip to content

Commit

Permalink
build(deps): bump slackapi/slack-github-action from 1.26.0 to 2.0.0
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 2.0.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@v1.26.0...v2.0.0)

---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sarina committed Nov 25, 2024
1 parent ca49406 commit 9acdae0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-GHrequest-to-team-board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Send custom JSON data to Slack workflow
id: slack
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v2.0.0
with:
# This data can be any valid JSON from a previous step in the GitHub Action
payload: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/add-quarterly-GH-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Send custom JSON data to Slack workflow
id: slack
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v2.0.0
with:
# This data can be any valid JSON from a previous step in the GitHub Action
payload: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/add-quarterly-repo-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Send custom JSON data to Slack workflow
id: slack
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v2.0.0
with:
# This data can be any valid JSON from a previous step in the GitHub Action
payload: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/add-weekly-gh-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Send custom JSON data to Slack workflow
id: slack
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v2.0.0
with:
# This data can be any valid JSON from a previous step in the GitHub Action
payload: |
Expand Down

0 comments on commit 9acdae0

Please sign in to comment.