File tree Expand file tree Collapse file tree 11 files changed +31
-24
lines changed Expand file tree Collapse file tree 11 files changed +31
-24
lines changed Original file line number Diff line number Diff line change 1- 2023-12 -01T01:57:52.599Z
1+ 2024-01 -01T01:44:01.224Z
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 1818
1919# Files #
2020# ########
21+ CITATION.cff
2122CHANGELOG.md
2223CODE_OF_CONDUCT.md
2324CONTRIBUTING.md
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
1515Frank Kovacs <fran70kk@gmail.com>
1616Harshita Kalani <harshitakalani02@gmail.com>
1717James Gelok <jdgelok@gmail.com>
18+ Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
1819Jithin KS <jithinks112@gmail.com>
1920Joey Reed <joeyrreed@gmail.com>
2021Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ See [LICENSE][stdlib-license].
286286
287287## Copyright
288288
289- Copyright © 2016-2023 . The Stdlib [Authors][stdlib-authors].
289+ Copyright © 2016-2024 . The Stdlib [Authors][stdlib-authors].
290290
291291</section>
292292
You can’t perform that action at this time.
0 commit comments