Skip to content

Commit 397a036

Browse files
committed
Auto-generated commit
1 parent 101f014 commit 397a036

File tree

11 files changed

+31
-24
lines changed

11 files changed

+31
-24
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023-12-01T01:56:05.462Z
1+
2024-01-01T01:42:42.704Z

.github/workflows/examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141

4242
# Checkout repository:
4343
- name: 'Checkout repository'
44-
# Pin action to full length commit SHA corresponding to v4.1.0
45-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
44+
# Pin action to full length commit SHA
45+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
4646

4747
# Install Node.js:
4848
- name: 'Install Node.js'
4949
# Pin action to full length commit SHA corresponding to v3.8.1
5050
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
5151
with:
52-
node-version: 16
52+
node-version: 20
5353
timeout-minutes: 5
5454

5555
# Install dependencies:

.github/workflows/npm_downloads.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ jobs:
4545
steps:
4646
# Checkout the repository:
4747
- name: 'Checkout repository'
48-
# Pin action to full length commit SHA corresponding to v4.1.0
49-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
48+
# Pin action to full length commit SHA
49+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
5050
timeout-minutes: 10
5151

5252
# Install Node.js:
5353
- name: 'Install Node.js'
5454
# Pin action to full length commit SHA corresponding to v3.8.1
5555
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
5656
with:
57-
node-version: 16
57+
node-version: 20
5858
timeout-minutes: 5
5959

6060
# Resolve package name:
@@ -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/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ jobs:
6161

6262
# Checkout the repository:
6363
- name: 'Checkout repository'
64-
# Pin action to full length commit SHA corresponding to v4.1.0
65-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
64+
# Pin action to full length commit SHA
65+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
6666

6767
# Install Node.js:
6868
- name: 'Install Node.js'
6969
# Pin action to full length commit SHA corresponding to v3.8.1
7070
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
7171
with:
72-
node-version: 16
72+
node-version: 20
7373
timeout-minutes: 5
7474

7575
# Configure git:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ jobs:
5858

5959
# Checkout the repository:
6060
- name: 'Checkout repository'
61-
# Pin action to full length commit SHA corresponding to v4.1.0
62-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
61+
# Pin action to full length commit SHA
62+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
6363

6464
# Install Node.js:
6565
- name: 'Install Node.js'
6666
# Pin action to full length commit SHA corresponding to v3.8.1
6767
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
6868
with:
69-
node-version: 16
69+
node-version: 20
7070
timeout-minutes: 5
7171

7272
# Install dependencies:

.github/workflows/test_coverage.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ jobs:
4646

4747
# Checkout the repository:
4848
- name: 'Checkout repository'
49-
# Pin action to full length commit SHA corresponding to v4.1.0
50-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
49+
# Pin action to full length commit SHA
50+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
5151

5252
# Install Node.js:
5353
- name: 'Install Node.js'
5454
# Pin action to full length commit SHA corresponding to v3.8.1
5555
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
5656
with:
57-
node-version: 16
57+
node-version: 20
5858
timeout-minutes: 5
5959

6060
# Install dependencies:
@@ -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 }}

.github/workflows/test_install.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ jobs:
5858

5959
# Checkout the repository:
6060
- name: 'Checkout repository'
61-
# Pin action to full length commit SHA corresponding to v4.1.0
62-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
61+
# Pin action to full length commit SHA
62+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
6363

6464
# Install Node.js:
6565
- name: 'Install Node.js'
6666
# Pin action to full length commit SHA corresponding to v3.8.1
6767
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
6868
with:
69-
node-version: 16
69+
node-version: 20
7070
timeout-minutes: 5
7171

7272
# Install dependencies:

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
# Files #
2020
#########
21+
CITATION.cff
2122
CHANGELOG.md
2223
CODE_OF_CONDUCT.md
2324
CONTRIBUTING.md

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
1515
Frank Kovacs <fran70kk@gmail.com>
1616
Harshita Kalani <harshitakalani02@gmail.com>
1717
James Gelok <jdgelok@gmail.com>
18+
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
1819
Jithin KS <jithinks112@gmail.com>
1920
Joey Reed <joeyrreed@gmail.com>
2021
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ See [LICENSE][stdlib-license].
236236

237237
## Copyright
238238

239-
Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
239+
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
240240

241241
</section>
242242

0 commit comments

Comments
 (0)