File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 8686
8787 # Upload the download data:
8888 - name : ' Upload data'
89- # Pin action to full length commit SHA corresponding to v3.1.3
90- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
89+ # Pin action to full length commit SHA
90+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
9191 with :
9292 # Define a name for the uploaded artifact (ensuring a unique name for each job):
9393 name : npm_downloads
Original file line number Diff line number Diff line change @@ -168,8 +168,8 @@ jobs:
168168
169169 # Install Deno:
170170 - name : ' Install Deno'
171- # Pin action to full length commit SHA corresponding to v1.1.2
172- uses : denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31
171+ # Pin action to full length commit SHA
172+ uses : denoland/setup-deno@041b854f97b325bd60e53e9dc2de9cb9f9ac0cba # v1.1.4
173173 with :
174174 deno-version : vx.x.x
175175
Original file line number Diff line number Diff line change @@ -87,6 +87,13 @@ var out = cartesianProduct( x1, x2 );
8787
8888<section class =" related " >
8989
90+ * * *
91+
92+ ## See Also
93+
94+ - <span class =" package-name " >[ ` @stdlib/array/cartesian-power ` ] [ @stdlib/array/cartesian-power ] </span ><span class =" delimiter " >: </span ><span class =" description " >return the Cartesian power.</span >
95+ - <span class =" package-name " >[ ` @stdlib/array/cartesian-square ` ] [ @stdlib/array/cartesian-square ] </span ><span class =" delimiter " >: </span ><span class =" description " >return the Cartesian square.</span >
96+
9097</section >
9198
9299<!-- /.related -->
@@ -97,6 +104,14 @@ var out = cartesianProduct( x1, x2 );
97104
98105[ cartesian-product ] : https://en.wikipedia.org/wiki/Cartesian_product
99106
107+ <!-- <related-links> -->
108+
109+ [ @stdlib/array/cartesian-power ] : https://github.com/stdlib-js/array/tree/main/cartesian-power
110+
111+ [ @stdlib/array/cartesian-square ] : https://github.com/stdlib-js/array/tree/main/cartesian-square
112+
113+ <!-- </related-links> -->
114+
100115</section >
101116
102117<!-- /.links -->
You can’t perform that action at this time.
0 commit comments