Skip to content

Commit 087c24e

Browse files
build(deps): bump slackapi/slack-github-action from 2.1.0 to 3.0.1
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.0 to 3.0.1. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@b0fa283...af78098) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2752eb4 commit 087c24e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gardener-investigate-issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Post investigation start to Slack
5050
id: start_slack
5151
continue-on-error: true
52-
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
52+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
5353
with:
5454
method: chat.postMessage
5555
token: ${{ secrets.SLACK_GARDENER_BOT_TOKEN }}
@@ -218,7 +218,7 @@ jobs:
218218
219219
- name: Post to Slack
220220
if: always() && steps.slack_payload.outputs.result
221-
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
221+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
222222
with:
223223
method: chat.postMessage
224224
token: ${{ secrets.SLACK_GARDENER_BOT_TOKEN }}

0 commit comments

Comments
 (0)