Skip to content

Commit 490bf63

Browse files
authored
Merge pull request #1102 from filecoin-project/dependabot/github_actions/act10ns/slack-2
Bump act10ns/slack from 1 to 2
2 parents cffdb38 + 81e1d3d commit 490bf63

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy-fe.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
#
8080
# Notify on slack if there is a failure
8181
#
82-
- uses: act10ns/slack@v1
82+
- uses: act10ns/slack@v2
8383
with:
8484
status: ${{ job.status }}
8585
steps: ${{ toJson(steps) }}
@@ -172,7 +172,7 @@ jobs:
172172
#
173173
# Notify if there is a failure or if this is a pull_request event
174174
#
175-
- uses: act10ns/slack@v1
175+
- uses: act10ns/slack@v2
176176
with:
177177
status: ${{ job.status }}
178178
steps: ${{ toJson(steps) }}
@@ -213,7 +213,7 @@ jobs:
213213
#
214214
# Notify the status of deploy on slack
215215
#
216-
- uses: act10ns/slack@v1
216+
- uses: act10ns/slack@v2
217217
with:
218218
status: ${{ job.status }}
219219
steps: ${{ toJson(steps) }}

.github/workflows/deploy-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
#
7777
# Notify on slack status of deployment
7878
#
79-
- uses: act10ns/slack@v1
79+
- uses: act10ns/slack@v2
8080
with:
8181
status: ${{ job.status }}
8282
steps: ${{ toJson(steps) }}

0 commit comments

Comments
 (0)