File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 67
67
needs : release-notes
68
68
steps :
69
69
- name : Notify release via Slack
70
- uses : archive/github-actions-slack@v2.9.0
70
+ uses : archive/github-actions-slack@v2.10.1
71
71
with :
72
72
slack-bot-user-oauth-access-token : ${{ secrets.K8S_AGENTS_SLACK_TOKEN }}
73
73
slack-channel : ${{ secrets.HELP_K8S_AGENTS_SLACK_CHANNEL }}
@@ -255,7 +255,7 @@ jobs:
255
255
runs-on : ubuntu-latest
256
256
steps :
257
257
- name : Notify failure via Slack
258
- uses : archive/github-actions-slack@v2.9.0
258
+ uses : archive/github-actions-slack@v2.10.1
259
259
with :
260
260
slack-bot-user-oauth-access-token : ${{ secrets.K8S_AGENTS_SLACK_TOKEN }}
261
261
slack-channel : ${{ secrets.K8S_AGENTS_SLACK_CHANNEL }}
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
runs-on : ubuntu-latest
116
116
steps :
117
117
- name : Notify failure via Slack
118
- uses : archive/github-actions-slack@v2.9.0
118
+ uses : archive/github-actions-slack@v2.10.1
119
119
with :
120
120
slack-bot-user-oauth-access-token : ${{ secrets.K8S_AGENTS_SLACK_TOKEN }}
121
121
slack-channel : ${{ secrets.K8S_AGENTS_SLACK_CHANNEL }}
You can’t perform that action at this time.
0 commit comments