Skip to content

Commit 5c2c198

Browse files
committed
Auto-generated commit
1 parent 5fa850c commit 5c2c198

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-01-01T06:04:55.877Z

.github/workflows/npm_downloads.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ jobs:
102102

103103
# Send data to events server:
104104
- name: 'Post data'
105-
# Pin action to full length commit SHA corresponding to v3.0.3:
106-
uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629
105+
# Pin action to full length commit SHA
106+
uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 # v3.0.3
107107
env:
108108
webhook_url: ${{ secrets.STDLIB_NPM_DOWNLOADS_URL }}
109109
webhook_secret: ${{ secrets.STDLIB_WEBHOOK_SECRET }}

.github/workflows/test_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ jobs:
119119

120120
# Send data to events server:
121121
- name: 'Post data'
122-
# Pin action to full length commit SHA corresponding to v3.0.3:
123-
uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629
122+
# Pin action to full length commit SHA
123+
uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 # v3.0.3
124124
env:
125125
webhook_url: ${{ secrets.STDLIB_COVERAGE_URL }}
126126
webhook_secret: ${{ secrets.STDLIB_WEBHOOK_SECRET }}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ See [LICENSE][stdlib-license].
218218

219219
## Copyright
220220

221-
Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
221+
Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
222222

223223
</section>
224224

@@ -231,8 +231,8 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
231231
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-index-of.svg
232232
[npm-url]: https://npmjs.org/package/@stdlib/array-base-index-of
233233

234-
[test-image]: https://github.com/stdlib-js/array-base-index-of/actions/workflows/test.yml/badge.svg?branch=v0.1.0
235-
[test-url]: https://github.com/stdlib-js/array-base-index-of/actions/workflows/test.yml?query=branch:v0.1.0
234+
[test-image]: https://github.com/stdlib-js/array-base-index-of/actions/workflows/test.yml/badge.svg?branch=main
235+
[test-url]: https://github.com/stdlib-js/array-base-index-of/actions/workflows/test.yml?query=branch:main
236236

237237
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-index-of/main.svg
238238
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-index-of?branch=main

0 commit comments

Comments
 (0)