Skip to content

Commit 4e35cc8

Browse files
chore(gha): bump slackapi/slack-github-action from 2.0.0 to 2.1.0
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8f15f79 commit 4e35cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slack-send-message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
SLACK_CHANNEL: ${{ inputs.channel-or-user }} # sanitize user inputs
1818
steps:
1919
- name: Send message to Slack
20-
uses: slackapi/slack-github-action@v2.0.0
20+
uses: slackapi/slack-github-action@v2.1.0
2121
with:
2222
errors: true
2323
method: chat.postMessage

0 commit comments

Comments
 (0)