Skip to content

Commit c60ca80

Browse files
authored
Merge pull request #6464 from FlowFuse/ci-bump-slack-github-action-publish
ci: Bump slack-github-action to `v2.2.1` in `Publish` and `Tests`
2 parents 1df8749 + f23776d commit c60ca80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138

139139
steps:
140140
- name: Send notification
141-
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
141+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
142142
with:
143143
method: chat.postMessage
144144
token: ${{ secrets.SLACK_GHBOT_TOKEN }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
fi
231231
232232
- name: Send notification
233-
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
233+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
234234
with:
235235
method: chat.postMessage
236236
token: ${{ secrets.SLACK_GHBOT_TOKEN }}

0 commit comments

Comments
 (0)