File tree 8 files changed +13
-13
lines changed 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ jobs:
349
349
350
350
# Send status to Slack channel if job fails:
351
351
- name : ' Send status to Slack channel in case of failure'
352
- uses : act10ns/slack@v1
352
+ uses : act10ns/slack@v2
353
353
with :
354
354
status : ${{ job.status }}
355
355
steps : ${{ toJson(steps) }}
@@ -520,7 +520,7 @@ jobs:
520
520
521
521
# Send status to Slack channel if job fails:
522
522
- name : ' Send status to Slack channel in case of failure'
523
- uses : act10ns/slack@v1
523
+ uses : act10ns/slack@v2
524
524
with :
525
525
status : ${{ job.status }}
526
526
steps : ${{ toJson(steps) }}
@@ -697,7 +697,7 @@ jobs:
697
697
698
698
# Send status to Slack channel if job fails:
699
699
- name : ' Send status to Slack channel in case of failure'
700
- uses : act10ns/slack@v1
700
+ uses : act10ns/slack@v2
701
701
with :
702
702
status : ${{ job.status }}
703
703
steps : ${{ toJson(steps) }}
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ jobs:
209
209
210
210
# Send status to Slack channel if job fails:
211
211
- name : ' Send status to Slack channel in case of failure'
212
- uses : act10ns/slack@v1
212
+ uses : act10ns/slack@v2
213
213
with :
214
214
status : ${{ job.status }}
215
215
steps : ${{ toJson(steps) }}
Original file line number Diff line number Diff line change 89
89
90
90
# Send status to Slack channel if job fails:
91
91
- name : ' Send status to Slack channel in case of failure'
92
- uses : act10ns/slack@v1
92
+ uses : act10ns/slack@v2
93
93
with :
94
94
status : ${{ job.status }}
95
95
steps : ${{ toJson(steps) }}
Original file line number Diff line number Diff line change 88
88
89
89
# Send notification to Slack channel if job fails:
90
90
- name : ' Send status to Slack channel in case of failure'
91
- uses : act10ns/slack@v1
91
+ uses : act10ns/slack@v2
92
92
with :
93
93
status : ${{ job.status }}
94
94
steps : ${{ toJson(steps) }}
@@ -130,7 +130,7 @@ jobs:
130
130
131
131
# Send notification to Slack channel if job fails:
132
132
- name : ' Send status to Slack channel in case of failure'
133
- uses : act10ns/slack@v1
133
+ uses : act10ns/slack@v2
134
134
with :
135
135
status : ${{ job.status }}
136
136
steps : ${{ toJson(steps) }}
@@ -172,7 +172,7 @@ jobs:
172
172
173
173
# Send notification to Slack channel if job fails:
174
174
- name : ' Send status to Slack channel in case of failure'
175
- uses : act10ns/slack@v1
175
+ uses : act10ns/slack@v2
176
176
with :
177
177
status : ${{ job.status }}
178
178
steps : ${{ toJson(steps) }}
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
107
107
# Send Slack notification if job fails:
108
108
- name : ' Send status to Slack channel in case of failure'
109
- uses : act10ns/slack@v1
109
+ uses : act10ns/slack@v2
110
110
with :
111
111
status : ${{ job.status }}
112
112
steps : ${{ toJson(steps) }}
Original file line number Diff line number Diff line change 75
75
76
76
# Send Slack notification if job fails:
77
77
- name : ' Send notification to Slack in case of failure'
78
- uses : act10ns/slack@v1
78
+ uses : act10ns/slack@v2
79
79
with :
80
80
status : ${{ job.status }}
81
81
steps : ${{ toJson(steps) }}
Original file line number Diff line number Diff line change @@ -173,8 +173,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
173
173
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/array-base-last.svg
174
174
[ npm-url ] : https://npmjs.org/package/@stdlib/array-base-last
175
175
176
- [ test-image ] : https://github.com/stdlib-js/array-base-last/actions/workflows/test.yml/badge.svg?branch=main
177
- [ test-url ] : https://github.com/stdlib-js/array-base-last/actions/workflows/test.yml?query=branch:main
176
+ [ test-image ] : https://github.com/stdlib-js/array-base-last/actions/workflows/test.yml/badge.svg?branch=v0.0.1
177
+ [ test-url ] : https://github.com/stdlib-js/array-base-last/actions/workflows/test.yml?query=branch:v0.0.1
178
178
179
179
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/array-base-last/main.svg
180
180
[ coverage-url ] : https://codecov.io/github/stdlib-js/array-base-last?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/array-base-last" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " Return the last element of an array-like object." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments